NixOS-Configs/hosts/eve/default.nix
2024-03-21 22:00:12 -05:00

13 lines
190 B
Nix

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