initial commit
This commit is contained in:
10
hosts/common/optional/sddm.nix
Normal file
10
hosts/common/optional/sddm.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
# NOTE(starter): This is just a basic enabling of the XFCE windows manager for simplicity
|
||||
{
|
||||
services.displayManager = {
|
||||
sddm.enable = true;
|
||||
sddm.wayland = {
|
||||
enable = true;
|
||||
compositor = "kwin";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user