Update to new lock
This commit is contained in:
parent
8ee13c38a9
commit
88915ab583
5 changed files with 21 additions and 40 deletions
|
|
@ -112,29 +112,21 @@
|
|||
};
|
||||
|
||||
services = {
|
||||
desktopManager.gnome.enable = true;
|
||||
|
||||
# X11 windowing system.
|
||||
xserver = {
|
||||
enable = true;
|
||||
# Enable the GNOME 3 Desktop Environment.
|
||||
desktopManager.gnome.enable = true;
|
||||
# videoDrivers = [ "intel" ];
|
||||
# desktopManager.plasma5 = {
|
||||
# enable = true;
|
||||
# runUsingSystemd = true;
|
||||
# };
|
||||
# windowManager.bspwm.enable = true;
|
||||
|
||||
xkb = {
|
||||
layout = "us,it";
|
||||
options = "eurosign:e,terminate:ctrl_alt_bksp,compose:rctrl,grp:menu_toggle";
|
||||
};
|
||||
|
||||
# displayManager.gdm = {
|
||||
# enable = true;
|
||||
# autoSuspend = false;
|
||||
# };
|
||||
|
||||
};
|
||||
displayManager = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue