puzzlevision/modules/home/themes/catppuccin/fish/default.nix
Jo 078657f1e2 feat(module): add common hardware/peripherals module
refactor(module): move audio configuration to module
2024-09-07 08:46:55 +02:00

6 lines
163 B
Nix

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