Files
nixos-config/modules/sys/configuration.nix
2024-10-31 22:33:10 -04:00

17 lines
170 B
Nix

{
inputs,
nixpkgs,
config,
self,
username,
host,
...
}: {
imports = [
./hardware
./software
./environment
../home/home-manager.nix
];
}