feat(wm): install xmonad

This commit is contained in:
Khaïs COLIN 2025-02-09 13:19:01 +01:00
parent 3c6a5f3ee2
commit 786a8cb186
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
3 changed files with 36 additions and 0 deletions

View file

@ -85,6 +85,8 @@ in {
# xmonad
# apparently this is needed for the haskell lsp
ghc
i3lock
xmobar
];
file = {
@ -247,4 +249,11 @@ in {
programs.yazi = {
enable = true;
};
xsession.windowManager.xmonad = {
enable = true;
config = ./xmonad.hs;
enableContribAndExtras = true;
};
programs.rofi.enable = true;
}