Files
nixos/hosts/jude/default.nix
T
2022-05-04 13:57:19 -05:00

11 lines
126 B
Nix

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