This repository has been archived on 2026-03-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
nixos/hosts/gunter/default.nix
Torjus Håkestad 468e85d0eb
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
gunter: add steam
2026-01-30 20:39:09 +01:00

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
];
}