gruppled-cursors: follow RFC140

This commit is contained in:
Guilhem Saurel 2024-03-20 10:16:15 +01:00
parent 60d5e3df4e
commit de8b24678d

View File

@ -28992,13 +28992,22 @@ with pkgs;
spacx-gtk-theme = callPackage ../data/themes/gtk-theme-framework { theme = "spacx"; }; spacx-gtk-theme = callPackage ../data/themes/gtk-theme-framework { theme = "spacx"; };
gruppled-black-cursors = callPackage ../data/icons/gruppled-cursors { theme = "gruppled_black"; }; inherit
({
gruppled-black-lite-cursors = callPackage ../data/icons/gruppled-lite-cursors { theme = "gruppled_black_lite"; }; gruppled-black-cursors = callPackage ../data/icons/gruppled-cursors { theme = "gruppled_black"; };
gruppled-black-lite-cursors = callPackage ../data/icons/gruppled-lite-cursors {
gruppled-white-cursors = callPackage ../data/icons/gruppled-cursors { theme = "gruppled_white"; }; theme = "gruppled_black_lite";
};
gruppled-white-lite-cursors = callPackage ../data/icons/gruppled-lite-cursors { theme = "gruppled_white_lite"; }; gruppled-white-cursors = callPackage ../data/icons/gruppled-cursors { theme = "gruppled_white"; };
gruppled-white-lite-cursors = callPackage ../data/icons/gruppled-lite-cursors {
theme = "gruppled_white_lite";
};
})
gruppled-black-cursors
gruppled-black-lite-cursors
gruppled-white-cursors
gruppled-white-lite-cursors
;
gruvbox-dark-icons-gtk = callPackage ../data/icons/gruvbox-dark-icons-gtk { gruvbox-dark-icons-gtk = callPackage ../data/icons/gruvbox-dark-icons-gtk {
inherit (plasma5Packages) breeze-icons; inherit (plasma5Packages) breeze-icons;