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,6 +4,7 @@ makeEnable config "myModules.kat" false {
bitwarden
ffmpeg
code-cursor
obsidian
];
environment.extraInit = ''

View File

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