nixos/modules/system/desktop/default.nix

8 lines
No EOL
65 B
Nix

{ ... }:
{
imports = [
./gnome.nix
./plasma.nix
];
}