nixos/hosts/gunter/default.nix

10 lines
160 B
Nix
Raw Normal View History

2024-03-01 09:00:40 +00:00
{ inputs, self, pks, ... }: {
imports = [
./configuration.nix
./hardware-configuration.nix
2024-03-03 12:06:22 +00:00
./steamuser.nix
2024-03-01 09:00:40 +00:00
../../system
../../home
];
}