Try to add common or something idk
This commit is contained in:
21
user/daniel/polybar/default.nix
Normal file
21
user/daniel/polybar/default.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
{pkgs, ...}:
|
||||
|
||||
{
|
||||
services.polybar = {
|
||||
enable = true;
|
||||
|
||||
package = pkgs.polybar.override {
|
||||
i3Support = true;
|
||||
mpdSupport = true;
|
||||
pulseSupport = true;
|
||||
};
|
||||
|
||||
script = ''
|
||||
polybar main & disown
|
||||
'';
|
||||
|
||||
config = ./config;
|
||||
|
||||
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user