revisions to i3
This commit is contained in:
parent
8fb3dcb013
commit
026d09a189
2 changed files with 93 additions and 58 deletions
|
|
@ -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;
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue