WIP: xmonad config update

This commit is contained in:
Khaïs COLIN 2025-02-27 14:48:50 +01:00
parent 029db9ae08
commit 15c81b97d5
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
3 changed files with 264 additions and 20 deletions

View file

@ -269,5 +269,11 @@ in {
config = ./xmonad.hs;
enableContribAndExtras = true;
};
programs.xmobar = {
enable = true;
extraConfig = builtins.readFile ./xmobarrc;
};
programs.rofi.enable = true;
}