diff --git a/nix/module.nix b/nix/module.nix index f257ea3c..cca0105f 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -386,9 +386,11 @@ in { default = {}; example = '' { - "1" = ""; - "2" = ""; - "3" = ""; + "1": "󰄛", + "2": "", + "3": "󰙯", + "4": "󰓇", + "5": "" } ''; description = "Map of workspace number to icon";