xmobar -> test own Modules 2

This commit is contained in:
2024-03-16 16:17:39 +01:00
parent 012ec94106
commit 18f5e7a9a2
4 changed files with 97 additions and 3 deletions

View File

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