1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Add material cursors and icons, and use them

This commit is contained in:
RGBCube 2023-11-30 16:20:16 +03:00
parent 00b56fa9f2
commit 3318514e2f
No known key found for this signature in database
8 changed files with 75 additions and 14 deletions

View file

@ -66,8 +66,13 @@
"RobotoMono"
];
});
icons.name = "Gruvbox-Plus-Dark";
icons.package = pkgs.callPackage (import ./devirations/gruvbox-icons.nix) {};
});
material-cursors = pkgs.callPackage (import ./devirations/material-cursors.nix) {};
hyprland = inputs.hyprland.packages.${system}.default;
hyprpicker = inputs.hyprpicker.packages.${system}.default;
};