nixos-config/modules/system/default.nix

6 lines
78 B
Nix

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