feat(nix): switch to bspwm + sxhkd config
This commit is contained in:
parent
463de01c4e
commit
968c0f7417
5 changed files with 171 additions and 548 deletions
|
@ -121,7 +121,8 @@
|
|||
# xserver and i3
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
windowManager.i3.enable = true;
|
||||
windowManager.bspwm.enable = true;
|
||||
displayManager.defaultSession = "none+bspwm";
|
||||
displayManager.lightdm.enable = true;
|
||||
xkb = {
|
||||
layout = "us";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue