NixOS-Configs/hosts/ace/configuration.nix
2023-05-04 21:18:28 -05:00

13 lines
310 B
Nix

{ config, pkgs, ... }:
{
imports =
[
/etc/nixos/hardware-configuration.nix
/home/don/nixos/workstation/configuration.nix
/home/don/nixos/workstation/home
/home/don/nixos/workstation/sway.nix
/home/don/nixos/workstation/systemd.nix
];
networking.hostName = "ace";
}