updates
This commit is contained in:
parent
026d09a189
commit
8ed99daa24
7 changed files with 117 additions and 56 deletions
|
|
@ -2,15 +2,5 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
(polybar.override {
|
||||
alsaSupport = false;
|
||||
curlSupport = true;
|
||||
i3Support = true;
|
||||
mpdSupport = true;
|
||||
pulseSupport = true;
|
||||
nlSupport = true;
|
||||
iwSupport = true;
|
||||
})
|
||||
];
|
||||
home.packages = pkgs.polybar.all;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue