non important commit

This commit is contained in:
benstrb 2026-01-13 16:29:58 +01:00
parent b9aab5d853
commit 715efa2ef6
2 changed files with 10 additions and 8 deletions

9
home/modules/cursor.nix Normal file
View file

@ -0,0 +1,9 @@
{pkgs, ...}: {
home.pointerCursor = {
gtk.enable = true;
x11.enable = true;
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Ice";
size = 14;
};
}