snowhawk: plasma spec
This commit is contained in:
parent
2306935b0d
commit
7af2b36714
1 changed files with 9 additions and 0 deletions
|
@ -57,6 +57,15 @@
|
|||
|
||||
home-manager.sharedModules = [{ snowhawk.dunst.enable = lib.mkDefault true; }];
|
||||
};
|
||||
plasma.configuration = {
|
||||
environment.etc."specialisation".text = "plasma";
|
||||
|
||||
hardware.nvidia.open = lib.mkForce true;
|
||||
|
||||
services.xserver.enable = true;
|
||||
services.displayManager.sddm.enable = true;
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
};
|
||||
# dwlNVK.configuration = {
|
||||
# environment.etc."specialisation".text = "dwlNVK";
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue