diff --git a/devices/desktop/options.nix b/devices/desktop/options.nix index c0ecb9c..2b3e6d4 100644 --- a/devices/desktop/options.nix +++ b/devices/desktop/options.nix @@ -3,6 +3,6 @@ withGnome = true; withNvidia = true; withVM = false; - withDistrobox = true; + withDistrobox = false; withGames = false; } diff --git a/devices/surface/options.nix b/devices/surface/options.nix index ba724e5..84f2491 100644 --- a/devices/surface/options.nix +++ b/devices/surface/options.nix @@ -2,5 +2,5 @@ withNiri = true; withGnome = true; withVM = false; - withDistrobox = true; + withDistrobox = false; }