this is super awesome that the nix gives error about this

This commit is contained in:
Osman Faruk Bayram 2025-10-23 21:40:45 +03:00
parent 8c5a06346f
commit bfeb05e5e3

View file

@ -5,6 +5,7 @@
desktopEnvironment = lib.mkOption { desktopEnvironment = lib.mkOption {
type = lib.types.enum [ type = lib.types.enum [
"plasma" "plasma"
"gnome"
"none" "none"
]; ];
default = "none"; default = "none";