Files
nixos/hosts/jude/default.nix
T
2022-06-03 15:41:45 -05:00

14 lines
177 B
Nix

{ ... }:
{
imports = [
./boot.nix
./hardware-configuration.nix
./podman.nix
./printing.nix
./virt.nix
];
networking.hostName = "jude";
greg.gnome.enable= true;
}