nixos/hosts/gunter/default.nix
Torjus Håkestad 738808e744
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m49s
Periodic flake update / flake-update (push) Successful in 1m21s
Fix gunter default.nix
2025-01-04 04:30:06 +01:00

20 lines
246 B
Nix

{
inputs,
self,
pks,
...
}:
{
imports = [
./configuration.nix
./hardware-configuration.nix
./steamuser.nix
./nfs.nix
./ollama.nix
./streamdeck.nix
./alvr.nix
../../system
../../home/gunter.nix
];
}