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

6 lines
117 B
Nix
Raw Normal View History

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