Files
dotfiles/hosts/laptop.nix

14 lines
195 B
Nix

{ ... }: {
imports = [
./hardware-configuration-laptop.nix
./configuration.nix
../modules/laptop.nix
];
networking.hostName = "kyren-laptop";
development.enable = true;
}