Former-commit-id: ef3489075f
This commit is contained in:
Hadi
2024-03-18 22:26:32 +01:00
parent 34e5fbb417
commit 89d705f414
65 changed files with 165 additions and 107 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
{ config, pkgs, ... }: {
home.packages = with pkgs; [ hyprcursor ];
home.file.".local/share/icons/rose-pine-hyprcursor" = {
recursive = true;
source = ./rose-pine;
};
# home.file.".local/share/icons/rose-pine-hyprcursor" = {
# recursive = true;
# source = ./rose-pine;
# };
}