dotfiles/machines/sashimi/default.nix

6 lines
105 B
Nix

{
imports = [./brew.nix];
networking.computerName = "sashimi";
networking.hostName = "sashimi";
}