diff options
| author | Akshay Nair <phenax5@gmail.com> | 2021-09-14 15:54:33 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2021-09-14 15:54:33 +0530 |
| commit | a733440955e40888d34e165c2b4fcd23680b78c6 (patch) | |
| tree | 5201490b1864c63c70c5621ec77126c2fc91fe1d /login.nix | |
| parent | 69d464818c7a6e599771fe67d407c163c8a7a0c4 (diff) | |
| download | nixos-config-a733440955e40888d34e165c2b4fcd23680b78c6.tar.gz nixos-config-a733440955e40888d34e165c2b4fcd23680b78c6.zip | |
adds xmonad submodule
Diffstat (limited to 'login.nix')
| -rw-r--r-- | login.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ let ]; windowManagers = { dwm = looped "dwm"; - xmonad = exec "~/.xmonad/bin/xmonad-wm"; + xmonad = exec "xmonad"; bspwm = "st; ${exec "bspwm"};"; }; exec = s: "exec ${s}"; |
