From 99b281342732c664474b81d9b2904b63b79f7214 Mon Sep 17 00:00:00 2001 From: twoneis Date: Mon, 24 Jun 2024 21:10:00 +0200 Subject: [PATCH] only niri now --- devices/ellaca/options.nix | 4 ++-- modules/gnome/default.nix | 11 +++-------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/devices/ellaca/options.nix b/devices/ellaca/options.nix index a128744..5151cfd 100644 --- a/devices/ellaca/options.nix +++ b/devices/ellaca/options.nix @@ -5,8 +5,8 @@ withBluetooth = true; withNiri = true; - withGnome = true; - withPlasma = true; + withGnome = false; + withPlasma = false; withVM = false; withContainers = true; diff --git a/modules/gnome/default.nix b/modules/gnome/default.nix index 220769d..99f1292 100644 --- a/modules/gnome/default.nix +++ b/modules/gnome/default.nix @@ -3,14 +3,9 @@ desktopManager.gnome.enable = true; }; - environment.gnome.excludePackages = (with pkgs.gnome; [ - nixos-background-info - gnome-shell-extensions - pkgs.gnome-tour # GNOME Shell detects the .desktop file on first log-in. - pkgs.gnome-user-docs - pkgs.orca - pkgs.gnome-menus - ]); + services.gnome.core-utilities.enable = true; + + hardware.pulseaudio.enable = false; programs.dconf.enable = true; }