Files
nixos/hosts/jude/default.nix
T

11 lines
132 B
Nix

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