nixos-config/modules/system/default.nix

7 lines
97 B
Nix

{config,...}:{
imports = [
./desktop-environments
./services
./applications
];
}