feat(module): add common hardware/peripherals module

refactor(module): move audio configuration to module
This commit is contained in:
Jo 2024-09-07 08:46:55 +02:00
parent 77c95c1140
commit 078657f1e2
7 changed files with 52 additions and 68 deletions

View file

@ -1,17 +1,6 @@
{
lib,
pkgs,
inputs,
namespace, # The flake namespace, set in flake.nix. If not set, defaults to "internal".
system,
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,
...
}: {
home.file.".config/fish/themes/Catppuccin\ Frappe.theme".source = lib.snowfall.fs.get-file "resources/apps/fish/Catppuccin\ Frappe.theme";
}
}