Disabled niri imports

This commit is contained in:
2026-06-12 11:13:45 +02:00
parent ea0f3eb82c
commit 2376a12f54
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
#./hardware-configuration.nix #./hardware-configuration.nix
../mango ../mango
../plasma ../plasma
../niri #../niri
]; ];
#specialisation = { #specialisation = {

View File

@ -5,7 +5,7 @@
... ...
}: { }: {
imports = [ imports = [
inputs.niri.homeModules.stylix #inputs.niri.homeModules.stylix
]; ];
services = { services = {
@ -19,7 +19,7 @@
# colorTheme.enable = true; # colorTheme.enable = true;
# profileNames = ["${username}"]; # profileNames = ["${username}"];
#}; #};
niri.enable = true; #niri.enable = true;
#kde.enable = false; #kde.enable = false;
}; };
}; };