chore: update to laptop configuration

This commit is contained in:
Nickolaj Jepsen 2025-03-14 14:26:34 +01:00
parent 34958ee8e4
commit b38cfaa945
5 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{pkgsUnstable, ...}: {
environment.systemPackages = [
pkgsUnstable.obsidian
];
}

View file

@ -12,5 +12,6 @@
./apps/firefox.nix
./apps/ghostty.nix
./apps/slack.nix
./apps/obsidian.nix
];
}