only niri now
This commit is contained in:
parent
4d141b5b1a
commit
99b2813427
2 changed files with 5 additions and 10 deletions
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue