gnome: update config
This commit is contained in:
parent
bd275e8982
commit
8bbdb28d32
6 changed files with 146 additions and 22 deletions
|
@ -8,9 +8,9 @@
|
|||
services.xserver.displayManager.gdm.enable = true;
|
||||
services.xserver.desktopManager.gnome.enable = true;
|
||||
# services.xserver.displayManager.autologin.user = "lelgenio";
|
||||
environment.systemPackages = with pkgs;
|
||||
with gnome; [
|
||||
gnome-tweaks
|
||||
dconf-editor
|
||||
];
|
||||
environment.systemPackages = with pkgs; with gnome; [
|
||||
gnome-tweaks
|
||||
dconf-editor
|
||||
gnomeExtensions.gsconnect
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue