⚡️ (home/fuzzel) remove hardcoded gtk icon theme
This commit is contained in:
parent
9ee9ccebff
commit
a8d8497dc7
|
@ -1,4 +1,4 @@
|
|||
{...}: {
|
||||
{config, ...}: {
|
||||
programs.fuzzel = {
|
||||
enable = true;
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
|||
line-height = 15;
|
||||
lines = 10;
|
||||
layer = "overlay";
|
||||
icon-theme = "Papirus-Dark";
|
||||
icon-theme = config.gtk.iconTheme.name;
|
||||
};
|
||||
colors = {
|
||||
background = "1E1E2EEE";
|
||||
|
|
Loading…
Reference in a new issue