Chore: Added applicationIconMap to nix. (#900)

This commit is contained in:
Jas Singh
2025-04-12 20:02:57 -07:00
committed by GitHub
parent ade0e318d6
commit 42943b3def

View File

@@ -383,6 +383,17 @@ in
} }
''; '';
}; };
bar.workspaces.applicationIconMap = mkOption {
type = jsonFormat.type;
default = { };
example = ''
{
"class:kitty$":"󰆍",
"title:Settings":"",
"vivaldi":""
}
'';
};
dummy = mkBoolOption true; dummy = mkBoolOption true;
hyprpanel.restartAgs = mkBoolOption true; hyprpanel.restartAgs = mkBoolOption true;
# hyprpanel.restartCommand = mkStrOption "${pkgs.procps}/bin/pkill -u $USER -USR1 hyprpanel; ${package}/bin/hyprpanel"; # hyprpanel.restartCommand = mkStrOption "${pkgs.procps}/bin/pkill -u $USER -USR1 hyprpanel; ${package}/bin/hyprpanel";