Add KDE and SDDM display manager.
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
imports = [
|
||||
./programs/firefox.nix
|
||||
./programs/git.nix
|
||||
./services/desktopmanager.nix
|
||||
./services/displaymanager.nix
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
|
||||
3
nodes/hosts/common/services/desktopmanager.nix
Normal file
3
nodes/hosts/common/services/desktopmanager.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{ ... }: {
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
}
|
||||
3
nodes/hosts/common/services/displaymanager.nix
Normal file
3
nodes/hosts/common/services/displaymanager.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{ ... }: {
|
||||
services.displayManager.sddm.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user