xmobar -> own Module

This commit is contained in:
2024-03-17 22:04:06 +01:00
parent 6c7e65cb1e
commit 412a3a6526
10 changed files with 15 additions and 621 deletions

View File

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