11 lines
132 B
Nix
11 lines
132 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./boot.nix
|
|
./hardware-configuration.nix
|
|
];
|
|
networking.hostName = "jude";
|
|
greg.gnome.enable= true;
|
|
}
|