diff --git a/nixos/kat.nix b/nixos/kat.nix index f78e184d..6cb286fb 100644 --- a/nixos/kat.nix +++ b/nixos/kat.nix @@ -8,9 +8,7 @@ makeEnable config "myModules.kat" false { environment.systemPackages = with pkgs; [ obsidian bitwarden-desktop - code-cursor obsidian - windsurf ]; environment.extraInit = '' diff --git a/nixos/machines/jay-lenovo.nix b/nixos/machines/jay-lenovo.nix index 51e4301e..0f7279f9 100644 --- a/nixos/machines/jay-lenovo.nix +++ b/nixos/machines/jay-lenovo.nix @@ -15,7 +15,6 @@ android-studio perf zenmonitor - code-cursor ]; hardware.enableRedistributableFirmware = true;