Files
nixos/hosts/jude/default.nix
T
Greg Hellings 2d333a9128 Adding more features to my desktop
Add nheko for chat
Add podman for development and testing
2022-05-04 13:57:19 -05:00

12 lines
147 B
Nix

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