Former-commit-id: ef3489075f
This commit is contained in:
Hadi
2024-03-18 22:26:32 +01:00
parent 4545f906ef
commit 2956e1599a
65 changed files with 165 additions and 107 deletions

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;
# };
}