Files
nixos/hosts/gunter/default.nix
Torjus Håkestad 1c007e122b
Some checks failed
Run nix flake check / flake-check (push) Failing after 36s
config: make custom options for obs
2025-11-13 21:33:30 +01:00

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