puzzlevision/modules/home/themes/catppuccin/fish/default.nix

7 lines
163 B
Nix
Raw Normal View History

{
lib,
...
}: {
home.file.".config/fish/themes/Catppuccin\ Frappe.theme".source = lib.snowfall.fs.get-file "resources/apps/fish/Catppuccin\ Frappe.theme";
}