nix-config/machines/terra/configuration.nix

13 lines
217 B
Nix

{...}: {
imports = [
./hardware-configuration.nix
./modules.nix
];
horseman.username = "horseman";
horseman.stateVersion = "24.11";
networking.hostName = "terra";
programs.niri.enable = true;
}