9 lines
183 B
Nix
9 lines
183 B
Nix
{
|
|
inputs,
|
|
pkgs,
|
|
outputs,
|
|
lib,
|
|
...
|
|
}: {
|
|
home.file.".config/fish/themes/Catppuccin\ Frappe.theme".source = "${outputs.resources.app-files}/fish/Catppuccin\ Frappe.theme";
|
|
}
|