This commit is contained in:
Schrottkatze 2025-08-30 04:04:55 +02:00
commit 9083937ab4
No known key found for this signature in database
2 changed files with 7 additions and 0 deletions

View file

@ -10,6 +10,7 @@
./layaway.nix
./swayidle.nix
./browser.nix
./obsidian.nix
./eww
./niri
];

View file

@ -0,0 +1,6 @@
{ ... }:
{
programs.obsidian = {
enable = true;
};
}