2024-07-23 08:36:03 +02:00
|
|
|
{
|
|
|
|
lib,
|
|
|
|
pkgs,
|
|
|
|
inputs,
|
|
|
|
|
|
|
|
namespace, # The flake namespace, set in flake.nix. If not set, defaults to "internal".
|
2024-07-25 14:49:49 +02:00
|
|
|
system,
|
2024-07-23 08:36:03 +02:00
|
|
|
target, # The Snowfall Lib target for this home (eg. `x86_64-home`).
|
|
|
|
format, # A normalized name for the home target (eg. `home`).
|
|
|
|
virtual, # A boolean to determine whether this home is a virtual target using nixos-generators.
|
|
|
|
host, # The host name for this home.
|
|
|
|
|
|
|
|
config,
|
|
|
|
...
|
|
|
|
}: {
|
2024-07-25 14:40:42 +02:00
|
|
|
home.file.".config/fish/themes/Catppuccin\ Frappe.theme".source = lib.snowfall.fs.get-file "resources/apps/fish/Catppuccin\ Frappe.theme";
|
2024-07-23 08:36:03 +02:00
|
|
|
}
|