From bfeb05e5e33d6669c3283be99e3249b6d9291acc Mon Sep 17 00:00:00 2001 From: osbm Date: Thu, 23 Oct 2025 21:40:45 +0300 Subject: [PATCH] this is super awesome that the nix gives error about this --- modules/nixos/options.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nixos/options.nix b/modules/nixos/options.nix index 4e0c973..0c25029 100644 --- a/modules/nixos/options.nix +++ b/modules/nixos/options.nix @@ -5,6 +5,7 @@ desktopEnvironment = lib.mkOption { type = lib.types.enum [ "plasma" + "gnome" "none" ]; default = "none";