nixos-config/configuration.nix

9 lines
104 B
Nix

{...}: {
imports = [
# ./hardware-configuration.nix
./user
./system
./programs
];
}