Switch gtk icons from sweet-folders to candy-icons
This commit is contained in:
parent
c13d393110
commit
0057f8813a
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue