NixOS-Configs/hosts/dragon/configuration.nix
2023-05-29 17:16:36 -05:00

12 lines
194 B
Nix

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