only niri now

This commit is contained in:
twoneis 2024-06-24 21:10:00 +02:00
parent 4d141b5b1a
commit 99b2813427
2 changed files with 5 additions and 10 deletions

View file

@ -5,8 +5,8 @@
withBluetooth = true; withBluetooth = true;
withNiri = true; withNiri = true;
withGnome = true; withGnome = false;
withPlasma = true; withPlasma = false;
withVM = false; withVM = false;
withContainers = true; withContainers = true;

View file

@ -3,14 +3,9 @@
desktopManager.gnome.enable = true; desktopManager.gnome.enable = true;
}; };
environment.gnome.excludePackages = (with pkgs.gnome; [ services.gnome.core-utilities.enable = true;
nixos-background-info
gnome-shell-extensions hardware.pulseaudio.enable = false;
pkgs.gnome-tour # GNOME Shell detects the .desktop file on first log-in.
pkgs.gnome-user-docs
pkgs.orca
pkgs.gnome-menus
]);
programs.dconf.enable = true; programs.dconf.enable = true;
} }