diff --git a/modules/default.nix b/modules/default.nix index 3d0dfa2..f74f562 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -5,7 +5,7 @@ #./hardware-configuration.nix ../mango ../plasma - ../niri + #../niri ]; #specialisation = { diff --git a/modules/stylix/home.nix b/modules/stylix/home.nix index 39088e7..f36de45 100644 --- a/modules/stylix/home.nix +++ b/modules/stylix/home.nix @@ -5,7 +5,7 @@ ... }: { imports = [ - inputs.niri.homeModules.stylix + #inputs.niri.homeModules.stylix ]; services = { @@ -19,7 +19,7 @@ # colorTheme.enable = true; # profileNames = ["${username}"]; #}; - niri.enable = true; + #niri.enable = true; #kde.enable = false; }; };