Some checks failed
Run nix flake check / flake-check (push) Failing after 36s
21 lines
266 B
Nix
21 lines
266 B
Nix
{
|
|
inputs,
|
|
self,
|
|
pks,
|
|
...
|
|
}:
|
|
{
|
|
imports = [
|
|
./configuration.nix
|
|
./hardware-configuration.nix
|
|
./steamuser.nix
|
|
./nfs.nix
|
|
./ollama.nix
|
|
./streamdeck.nix
|
|
./alvr.nix
|
|
./ratbagd.nix
|
|
../../system
|
|
../../home/hosts/gunter
|
|
];
|
|
}
|