This commit is contained in:
Miguel Palhas
2024-10-07 09:23:35 +01:00
parent 5dc91225b0
commit 4a9c557015
2 changed files with 9 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ rose-pine-cursor ];
home.pointerCursor = {
};
}