Add direnv to default build Add xonsh-direnv package to overlay and xonsh environment Add virtualisation options
13 lines
160 B
Nix
13 lines
160 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./boot.nix
|
|
./hardware-configuration.nix
|
|
./podman.nix
|
|
./virt.nix
|
|
];
|
|
networking.hostName = "jude";
|
|
greg.gnome.enable= true;
|
|
}
|