- Removed Hyprland.
- Changed to use unstable branch. - Removed Noctalia. - Enhanced Stylix configuration. Now targets nothing by default.
This commit is contained in:
@ -14,6 +14,7 @@ in
|
||||
imports =
|
||||
[
|
||||
./autostart.nix
|
||||
../modules/stylix
|
||||
];
|
||||
|
||||
home-manager.sharedModules = [
|
||||
@ -26,6 +27,8 @@ in
|
||||
"sddm".serviceConfig.KillMode = "mixed";
|
||||
};
|
||||
|
||||
programs.gamemode.enable = true;
|
||||
|
||||
services = {
|
||||
xserver = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user