9 lines
56 B
Nix

{ ... }:
{
imports = [
./kde.nix
./sddm.nix
];
}