Disabled niri imports
This commit is contained in:
@ -5,7 +5,7 @@
|
|||||||
#./hardware-configuration.nix
|
#./hardware-configuration.nix
|
||||||
../mango
|
../mango
|
||||||
../plasma
|
../plasma
|
||||||
../niri
|
#../niri
|
||||||
];
|
];
|
||||||
|
|
||||||
#specialisation = {
|
#specialisation = {
|
||||||
|
|||||||
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user