diff --git a/devices/desktop/options.nix b/devices/desktop/options.nix index 2b3e6d4..94a8119 100644 --- a/devices/desktop/options.nix +++ b/devices/desktop/options.nix @@ -1,6 +1,6 @@ { ... }: { withNiri = true; - withGnome = true; + withGnome = false; withNvidia = true; withVM = false; withDistrobox = false; diff --git a/devices/surface/options.nix b/devices/surface/options.nix index 84f2491..d80dc46 100644 --- a/devices/surface/options.nix +++ b/devices/surface/options.nix @@ -1,6 +1,6 @@ { ... }: { withNiri = true; - withGnome = true; + withGnome = false; withVM = false; withDistrobox = false; }