1
0

Build xmonad with home-manager

This commit is contained in:
2022-12-17 17:49:44 +00:00
parent 50f86d54af
commit 35271fd122
2 changed files with 7 additions and 6 deletions

View File

@@ -13,10 +13,6 @@ in {
enable = true;
layout = "us,ru"; # see also home-manager.nix
xkbOptions = "ctrl:nocaps,grp:rctrl_toggle"; # see also home-manager.nix
windowManager.xmonad = {
enable = true;
enableContribAndExtras = true;
};
dpi = 282; # 15.6 inch, 3840x2160, comment out in case of nvidia
};