NixOS-Configs/hosts/loki/default.nix
2024-03-25 23:18:24 -05:00

13 lines
194 B
Nix

{ inputs, outputs, ... }:
{
imports =
[
./hardware-configuration.nix
../workstation
../../home
../../home/gui
../wm
];
networking.hostName = "loki";
}