Files
nixos/modules/home/theme.nix
T
2025-12-31 13:57:30 -06:00

14 lines
206 B
Nix

{ pkgs, ... }:
{
imports = [
../../apps/matugen
];
home.pointerCursor = {
gtk.enable = true;
package = pkgs.rose-pine-hyprcursor;
name = "rose-pine-hyprcursor";
size = 24;
};
}