dotfiles/pindakaas/os.nix

11 lines
120 B
Nix

{ ... }:
{
imports = [
./hardware.nix
./dk.nix
./options.nix
];
networking.hostName = "pindakaas";
}