From 8ae53c14bdd47c83bfad526ea571710802b44cbe Mon Sep 17 00:00:00 2001 From: Kat Huang Date: Fri, 7 Feb 2025 11:49:55 -0700 Subject: [PATCH] Add obsidian to kat nix --- nixos/kat.nix | 3 ++- nixos/machines/jay-lenovo.nix | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 = {