diff --git a/nixos/kat.nix b/nixos/kat.nix index 11ff0338..266462b2 100644 --- a/nixos/kat.nix +++ b/nixos/kat.nix @@ -4,9 +4,10 @@ makeEnable config "myModules.kat" false { bitwarden ffmpeg code-cursor + obsidian ]; environment.extraInit = '' export PAGER=cat ''; -} +} \ No newline at end of file diff --git a/nixos/machines/jay-lenovo.nix b/nixos/machines/jay-lenovo.nix index d19ae1b0..1593ad65 100644 --- a/nixos/machines/jay-lenovo.nix +++ b/nixos/machines/jay-lenovo.nix @@ -29,7 +29,7 @@ boot.loader.efi.canTouchEfiVariables = true; myModules.postgres.enable = true; - + myModules.kat.enable = true; networking.networkmanager.enable = true; services.xserver = {