start work on xmobar config

This commit is contained in:
Schrottkatze 2023-12-06 13:14:02 +01:00
parent 3d277d9cce
commit f7aec87025
5 changed files with 65 additions and 71 deletions

View file

@ -36,7 +36,7 @@
devShells."x86_64-linux".default = pkgs.mkShell {
buildInputs = [
(pkgs.haskellPackages.ghcWithPackages
(pkgs: with pkgs; [xmonad xmonad-contrib]))
(pkgs: with pkgs; [xmonad xmonad-contrib xmobar]))
pkgs.haskell-language-server
];
};