add cursor

This commit is contained in:
biscuit
2025-05-20 11:00:22 -05:00
parent 77854b1c69
commit 3339960062
3 changed files with 7 additions and 1 deletions
+1
View File
@@ -3,5 +3,6 @@
../system/wayland.nix
../system/font.nix
../system/theme.nix
../system/cursor.nix
];
}
+6
View File
@@ -0,0 +1,6 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
bibata-cursors
hyprcursor
];
}
-1
View File
@@ -1,5 +1,4 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
bibata-cursors
];
}