Files
nixos/hosts/jude/default.nix
T

11 lines
132 B
Nix
Raw Normal View History

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