start work on xmobar config
This commit is contained in:
parent
3d277d9cce
commit
f7aec87025
5 changed files with 65 additions and 71 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue