nixos-config/modules/default.nix

6 lines
79 B
Nix

{config,lib,inputs,...}:{
imports = [
./system
./home-manager
];
}