cursor.nix (141B)
1 { pkgs, ... }: 2 3 { 4 home.pointerCursor = { 5 gtk.enable = true; 6 package = pkgs.posy-cursors; 7 name = "Posy_Cursor_Black"; 8 size = 24; 9 }; 10 }
nix-configsPersonal NixOS and home-manager configuration files | |
| Log | Files | Refs |