Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
18 lines
242 B
Nix
18 lines
242 B
Nix
{
|
|
...
|
|
}:
|
|
{
|
|
imports = [
|
|
./configuration.nix
|
|
./hardware-configuration.nix
|
|
./nfs.nix
|
|
./ollama.nix
|
|
./streamdeck.nix
|
|
./ratbagd.nix
|
|
./container.nix
|
|
../../system
|
|
../../home/hosts/gunter
|
|
./steam.nix
|
|
];
|
|
}
|