From f5cf55ef268523a1f75401d9a55f8ef2de179710 Mon Sep 17 00:00:00 2001 From: specCon18 Date: Tue, 15 Aug 2023 21:38:37 -0400 Subject: [PATCH] added desktop module enable to katana --- hosts/katana/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/katana/default.nix b/hosts/katana/default.nix index 121a917..c0bcadb 100644 --- a/hosts/katana/default.nix +++ b/hosts/katana/default.nix @@ -62,4 +62,6 @@ options = "--delete-older-than 7d"; }; }; + speccon18.desktop.hyperland.enable = true; + speccon18.desktop.gnome.enable = false; } \ No newline at end of file