remove icon from rofi

This commit is contained in:
k 2024-09-28 23:29:53 -04:00
parent 4a31a114a9
commit 8114541671

View File

@ -13,7 +13,6 @@
rofi = { rofi = {
enable = true; enable = true;
package = pkgs.rofi-wayland; package = pkgs.rofi-wayland;
show-icons = true;
}; };
}; };
} }