nix-config/hosts/goober/features/default.nix

7 lines
92 B
Nix

{config, ...}: {
imports = [
./software/default.nix
./hardware/default.nix
];
}