fix(waybar): hide on rebuild
This commit is contained in:
parent
2b23baeda8
commit
713815d335
1 changed files with 4 additions and 0 deletions
|
|
@ -342,4 +342,8 @@ in
|
|||
xdg.configFile."fuzzel/themes/midnight.ini".text = mkFuzzelTheme config.palettes.midnight;
|
||||
xdg.configFile."fuzzel/themes/daylight.ini".text = mkFuzzelTheme config.palettes.daylight;
|
||||
|
||||
systemd.user.services.waybar = lib.mkIf config.programs.waybar.enable {
|
||||
Unit.Description = lib.mkForce "Waybar (masked)";
|
||||
Install.WantedBy = lib.mkForce [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue