nixos-config/modules/system/default.nix

5 lines
63 B
Nix

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