Add obsidian to kat nix

This commit is contained in:
2025-02-07 11:49:55 -07:00
parent b189e1fa3e
commit 8ae53c14bd
2 changed files with 3 additions and 2 deletions

View File

@@ -4,9 +4,10 @@ makeEnable config "myModules.kat" false {
bitwarden bitwarden
ffmpeg ffmpeg
code-cursor code-cursor
obsidian
]; ];
environment.extraInit = '' environment.extraInit = ''
export PAGER=cat export PAGER=cat
''; '';
} }

View File

@@ -29,7 +29,7 @@
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
myModules.postgres.enable = true; myModules.postgres.enable = true;
myModules.kat.enable = true;
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
services.xserver = { services.xserver = {