fix(end-rs): Added NixOS specific icon paths
This commit is contained in:
parent
301bded461
commit
54842d44aa
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ eww_binary_path = "eww"
|
||||||
icon_dirs = [
|
icon_dirs = [
|
||||||
"/usr/share/icons",
|
"/usr/share/icons",
|
||||||
"/usr/share/pixmaps",
|
"/usr/share/pixmaps",
|
||||||
|
"/home/gaspard/.nix-profile/share/icons",
|
||||||
|
"/home/gaspard/.nix-profile/share/pixmaps",
|
||||||
]
|
]
|
||||||
### The theme to use for the icons
|
### The theme to use for the icons
|
||||||
icon_theme = "Qogir"
|
icon_theme = "Qogir"
|
||||||
|
|
Loading…
Reference in a new issue