Chore: Added applicationIconMap to nix. (#900)
This commit is contained in:
@@ -383,6 +383,17 @@ in
|
||||
}
|
||||
'';
|
||||
};
|
||||
bar.workspaces.applicationIconMap = mkOption {
|
||||
type = jsonFormat.type;
|
||||
default = { };
|
||||
example = ''
|
||||
{
|
||||
"class:kitty$":"",
|
||||
"title:Settings":"",
|
||||
"vivaldi":""
|
||||
}
|
||||
'';
|
||||
};
|
||||
dummy = mkBoolOption true;
|
||||
hyprpanel.restartAgs = mkBoolOption true;
|
||||
# hyprpanel.restartCommand = mkStrOption "${pkgs.procps}/bin/pkill -u $USER -USR1 hyprpanel; ${package}/bin/hyprpanel";
|
||||
|
||||
Reference in New Issue
Block a user