Skip to content

Commit

Permalink
gruppled-cursors: follow RFC140
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Mar 20, 2024
1 parent 60d5e3d commit de8b246
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28992,13 +28992,22 @@ with pkgs;

spacx-gtk-theme = callPackage ../data/themes/gtk-theme-framework { theme = "spacx"; };

gruppled-black-cursors = callPackage ../data/icons/gruppled-cursors { theme = "gruppled_black"; };

gruppled-black-lite-cursors = callPackage ../data/icons/gruppled-lite-cursors { theme = "gruppled_black_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"; };
inherit
({
gruppled-black-cursors = callPackage ../data/icons/gruppled-cursors { theme = "gruppled_black"; };
gruppled-black-lite-cursors = callPackage ../data/icons/gruppled-lite-cursors {
theme = "gruppled_black_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 {
inherit (plasma5Packages) breeze-icons;
Expand Down

0 comments on commit de8b246

Please sign in to comment.