nix/hosts/nixos-laptop/nixos/default.nix

7 lines
134 B
Nix
Raw Normal View History

2023-08-15 11:24:07 +02:00
{ config, pkgs, hostname, ... }: {
imports = [
./hardware-configuration.nix
./configuration.nix
./networking.nix
];
}