Files
nixos-config/home/themes/catppuccin/cursor.nix
Elias Schröter e0fb822650 theme collect & kitty & wallpaper & yazi
Collect all catppuccin theme settings together, set wallpaper using
wpapderd, change console to kitty and install yazi
2026-03-18 11:25:55 +01:00

10 lines
166 B
Nix

{ pkgs, ... }:
{
home.pointerCursor = {
package = pkgs.catppuccin-cursors.mochaPink;
name = "Catppuccin-Mocha-Pink-Cursors";
gtk.enable = true;
};
}