Files
nixos/hosts/jude/default.nix
T
Greg Hellings f18d1f357c Make development experience work
Add direnv to default build
Add xonsh-direnv package to overlay and xonsh environment
Add virtualisation options
2022-05-04 13:57:19 -05:00

13 lines
160 B
Nix

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