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

13 lines
196 B
Nix

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