Collect all catppuccin theme settings together, set wallpaper using wpapderd, change console to kitty and install yazi
7 lines
60 B
Nix
7 lines
60 B
Nix
{
|
|
imports = [
|
|
./catppuccin
|
|
./wallpaper.nix
|
|
];
|
|
}
|