theme collect & kitty & wallpaper & yazi
Collect all catppuccin theme settings together, set wallpaper using wpapderd, change console to kitty and install yazi
This commit is contained in:
9
home/themes/catppuccin/cursor.nix
Normal file
9
home/themes/catppuccin/cursor.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.pointerCursor = {
|
||||
package = pkgs.catppuccin-cursors.mochaPink;
|
||||
name = "Catppuccin-Mocha-Pink-Cursors";
|
||||
gtk.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user