xmobar -> own Module 2

This commit is contained in:
2024-03-18 22:21:19 +01:00
parent 412a3a6526
commit 832448b0e0
4 changed files with 31 additions and 7 deletions

View File

@@ -12,5 +12,12 @@
};
};
home.packages = with pkgs; [ xmobar maim xdotool xorg.xmessage ghc ];
home.packages = with pkgs; [
xmobar
maim
xdotool
xorg.xmessage
ghc
cabal-install
];
}