From e5d19656659b87c0ee737b55428ce158db665d0c Mon Sep 17 00:00:00 2001 From: twoneis Date: Thu, 4 Apr 2024 18:34:07 +0200 Subject: [PATCH] changed options --- devices/desktop/options.nix | 2 +- devices/surface/options.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }