This commit is contained in:
Hadi
2024-03-17 17:11:49 +01:00
parent bb869d6897
commit 381b3228dc
55 changed files with 67 additions and 72 deletions

View File

@@ -0,0 +1,9 @@
{ config, pkgs, ... }: {
home.packages = with pkgs; [ hyprcursor ];
home.file.".local/share/icons/rose-pine-hyprcursor" = {
recursive = true;
source = ./rose-pine;
};
}