Fix xmonad startup process
This commit is contained in:
parent
26fe724793
commit
0c471a766f
@ -14,6 +14,7 @@ in {
|
|||||||
layout = "us,ru"; # see also home-manager.nix
|
layout = "us,ru"; # see also home-manager.nix
|
||||||
xkbOptions = "ctrl:nocaps,grp:rctrl_toggle"; # see also home-manager.nix
|
xkbOptions = "ctrl:nocaps,grp:rctrl_toggle"; # see also home-manager.nix
|
||||||
dpi = 282; # 15.6 inch, 3840x2160, comment out in case of nvidia
|
dpi = 282; # 15.6 inch, 3840x2160, comment out in case of nvidia
|
||||||
|
windowManager.xmonad.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
#services.xserver.videoDrivers = [ "nvidia" ];
|
#services.xserver.videoDrivers = [ "nvidia" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user