Switch gtk icons from sweet-folders to candy-icons

This commit is contained in:
Evie Litherland-Smith 2024-03-01 11:25:50 +00:00
parent c13d393110
commit 0057f8813a

View file

@ -23,7 +23,6 @@
../cava/default.nix
];
home.packages = with pkgs; [
candy-icons
(writeShellScriptBin "protonmail-setup-bridge" ''
pkill -9 -f protonmail-bridge
${protonmail-bridge}/bin/protonmail-bridge -c
@ -52,8 +51,8 @@
gtk = {
enable = true;
iconTheme = {
package = pkgs.sweet-folders;
name = "Sweet-Rainbow";
package = pkgs.candy-icons;
name = "candy-icons";
};
theme = let
accent = "Lavender";