Files
nixos/hosts/jude/default.nix
T

11 lines
126 B
Nix
Raw Normal View History

2022-04-27 11:23:11 -05:00
{ ... }:
{
imports = [
./boot.nix
./hardware-configuration.nix
];
networking.hostName = "jude";
greg.gnome = true;
}