This commit is contained in:
Pedro Rey Anca 2025-10-08 17:56:31 +02:00
parent 78c6614883
commit d636dced9e
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A
2 changed files with 15 additions and 6 deletions

View file

@ -9,7 +9,7 @@
options = {
hm-pedro.de = lib.mkOption {
default = "none";
type = lib.types.enum ["none" "hyprland"];
type = lib.types.enum ["none" "hyprland" "gnome"];
};
};
config = {