mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-01-19 02:13:06 +01:00
Jo
fde4abd59d
feat(module): add use-lix option to nix module feat(module): update fish config for catppuccin
6 lines
169 B
Nix
6 lines
169 B
Nix
{
|
|
lib,
|
|
...
|
|
}: {
|
|
home.file.".config/fish/themes/Catppuccin\ Macchiato.theme".source = lib.snowfall.fs.get-file "resources/apps/fish/Catppuccin\ Macchiato.theme";
|
|
}
|