️ (home/fuzzel) remove hardcoded gtk icon theme

This commit is contained in:
Laureηt 2024-06-29 23:01:52 +02:00
parent 9ee9ccebff
commit a8d8497dc7
Signed by: Laurent
SSH key fingerprint: SHA256:pb5NrYg80So5z9hmqQFPmp//sgr+DFeJkKhmGyU2NLk

View file

@ -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";