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
|
../cava/default.nix
|
||||||
];
|
];
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
candy-icons
|
|
||||||
(writeShellScriptBin "protonmail-setup-bridge" ''
|
(writeShellScriptBin "protonmail-setup-bridge" ''
|
||||||
pkill -9 -f protonmail-bridge
|
pkill -9 -f protonmail-bridge
|
||||||
${protonmail-bridge}/bin/protonmail-bridge -c
|
${protonmail-bridge}/bin/protonmail-bridge -c
|
||||||
|
@ -52,8 +51,8 @@
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
package = pkgs.sweet-folders;
|
package = pkgs.candy-icons;
|
||||||
name = "Sweet-Rainbow";
|
name = "candy-icons";
|
||||||
};
|
};
|
||||||
theme = let
|
theme = let
|
||||||
accent = "Lavender";
|
accent = "Lavender";
|
||||||
|
|
Loading…
Reference in a new issue