diff --git a/nix/module.nix b/nix/module.nix index 7c9bc16..1c5932f 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -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";