This commit is contained in:
@ -3,7 +3,7 @@ let
|
||||
userOpt = with lib; {
|
||||
username = mkOption { type = types.str; };
|
||||
wm = mkOption {
|
||||
type = types.enum [ "Wayland" "X11" "-"];
|
||||
type = types.enum [ "Wayland" "X11" "-" ];
|
||||
default = "-";
|
||||
};
|
||||
git = {
|
||||
|
Reference in New Issue
Block a user