Update gnome.nix
This commit is contained in:
parent
982de5e524
commit
49ac223049
1 changed files with 7 additions and 1 deletions
|
|
@ -3,7 +3,13 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
# Apply GNOME settings on login
|
# Enable Gnome
|
||||||
|
# Enable the X11 windowing system.
|
||||||
|
services.xserver.enable = true;
|
||||||
|
services.displayManager.gdm.enable = true;
|
||||||
|
services.desktopManager.gnome.enable = true;
|
||||||
|
|
||||||
|
# Apply GNOME settings on login and log
|
||||||
systemd.user.services.gnomeSettings = {
|
systemd.user.services.gnomeSettings = {
|
||||||
description = "Apply GNOME custom settings";
|
description = "Apply GNOME custom settings";
|
||||||
wantedBy = [ "default.target" ];
|
wantedBy = [ "default.target" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue