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:
parent
00b56fa9f2
commit
3318514e2f
8 changed files with 75 additions and 14 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue