From 168a258a2e876aa3ec8c828a70e65a5af396b79e Mon Sep 17 00:00:00 2001 From: twoneis Date: Sat, 20 Apr 2024 11:20:26 +0200 Subject: [PATCH] no more gnome --- 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 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; }