feat: change cursor in gnome

This commit is contained in:
wi11-holdsworth 2025-10-07 11:34:24 +11:00
parent 3b483d8d7e
commit d7938744f2

View file

@ -48,6 +48,10 @@ in
yelp # help viewer yelp # help viewer
# keep-sorted end # keep-sorted end
]; ];
systemPackages = with pkgs; [
gnome-tweaks
bibata-cursors
];
}; };
}; };