14 lines
128 B
Nix
14 lines
128 B
Nix
{
|
|
agenix,
|
|
config,
|
|
inputs,
|
|
pkgs,
|
|
spicetify-nix,
|
|
...
|
|
}:
|
|
{
|
|
imports = [
|
|
./packages.nix
|
|
./spicetify.nix
|
|
];
|
|
}
|