feat(homeModules:waybar): enable waybar systemd service

This commit is contained in:
ooks-io 2024-05-05 22:53:21 +12:00
parent 53d6f454ea
commit 85e692f8ef
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ in
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
programs.waybar = { programs.waybar = {
enable = true; enable = true;
# systemd.enable = true; systemd.enable = true;
package = pkgs.waybar; package = pkgs.waybar;
settings.mainBar = { settings.mainBar = {

View file

@ -13,7 +13,7 @@ in
exec-once = [ exec-once = [
"${pkgs._1password-gui}/bin/1password --silent" "${pkgs._1password-gui}/bin/1password --silent"
"${pkgs.live-buds-cli}/bin/earbuds -d" "${pkgs.live-buds-cli}/bin/earbuds -d"
"waybar" # "waybar"
]; ];
}; };
}; };