nix/shared/gtk.nix
2025-09-03 12:53:45 +02:00

9 lines
102 B
Nix

{ pkgs, ...}:
{
gtk = {
enable = true;
cursorTheme = {
name = "Bibata Modern Ice";
};
};
}