hyprcursor

This commit is contained in:
cnst
2024-07-22 15:04:56 +02:00
parent 5a1f8fbb31
commit c2bfaa8fc9
6 changed files with 27 additions and 20 deletions

View File

@@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = [
pkgs.hyprcursor
];
}