NixOS-Configs/hosts/loki/default.nix
2024-03-03 22:13:09 -06:00

13 lines
197 B
Nix

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