add DankMaterialShell
This commit is contained in:
@@ -9,12 +9,13 @@
|
||||
in {
|
||||
options = {
|
||||
module.desktop.displayManager = mkOption {
|
||||
default = "greetd";
|
||||
default = null;
|
||||
type = types.enum [
|
||||
"cosmic"
|
||||
"gdm"
|
||||
"greetd"
|
||||
"sddm"
|
||||
null
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user