Collect all catppuccin theme settings together, set wallpaper using wpapderd, change console to kitty and install yazi
10 lines
166 B
Nix
10 lines
166 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
home.pointerCursor = {
|
|
package = pkgs.catppuccin-cursors.mochaPink;
|
|
name = "Catppuccin-Mocha-Pink-Cursors";
|
|
gtk.enable = true;
|
|
};
|
|
}
|