nix-config/nixosModules/system/de/default.nix

7 lines
65 B
Nix

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