🧹 Moved almost all files to /modules. Moved some code to separate files
This commit is contained in:
17
home-manager/hyprland/hyprcursor/default.nix
Normal file
17
home-manager/hyprland/hyprcursor/default.nix
Normal file
@ -0,0 +1,17 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
# TODO Not working correctly, see https://github.com/hyprwm/hyprcursor/issues/19
|
||||
home.packages = with pkgs; [
|
||||
hyprcursor
|
||||
];
|
||||
|
||||
# TODO remove in favour of hyprland flake?
|
||||
home.file = {
|
||||
".local/share/icons/rose-pine-hyprcursor/manifest.hl".source = ./manifest.hl;
|
||||
".local/share/icons/rose-pine-hyprcursor/hyprcursors" = {
|
||||
source = ./hyprcursors;
|
||||
recursive = true;
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user