Added surface configuration
This commit is contained in:
@@ -7,7 +7,7 @@ let
|
||||
in {
|
||||
options = {
|
||||
settings.display-manager = lib.mkOption {
|
||||
type = lib.types.enum ["sddm" "cosmic-greeter"];
|
||||
type = lib.types.enum ["sddm" "cosmic-greeter" "gdm"];
|
||||
description = ''
|
||||
Specify which display manager to use
|
||||
'';
|
||||
@@ -17,5 +17,6 @@ in {
|
||||
imports = [
|
||||
./sddm.nix
|
||||
./cosmic-greeter.nix
|
||||
./gdm.nix
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user