Format code with alejandra
This commit is contained in:
@@ -1,20 +1,16 @@
|
||||
{pkgs, ...}:
|
||||
{pkgs, ...}: {
|
||||
services.polybar = {
|
||||
enable = true;
|
||||
|
||||
{
|
||||
services.polybar = {
|
||||
enable = true;
|
||||
package = pkgs.polybar.override {
|
||||
i3Support = true;
|
||||
pulseSupport = true;
|
||||
};
|
||||
|
||||
package = pkgs.polybar.override {
|
||||
i3Support = true;
|
||||
pulseSupport = true;
|
||||
};
|
||||
script = ''
|
||||
polybar main & disown
|
||||
'';
|
||||
|
||||
script = ''
|
||||
polybar main & disown
|
||||
'';
|
||||
|
||||
config = ./config;
|
||||
|
||||
|
||||
};
|
||||
config = ./config;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user