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