revisions to i3

This commit is contained in:
alsaiduq-lab 2025-03-29 04:53:04 -06:00
parent 8fb3dcb013
commit 026d09a189
2 changed files with 93 additions and 58 deletions

View file

@ -3,6 +3,14 @@
...
}: {
home.packages = with pkgs; [
polybar
(polybar.override {
alsaSupport = false;
curlSupport = true;
i3Support = true;
mpdSupport = true;
pulseSupport = true;
nlSupport = true;
iwSupport = true;
})
];
}