9 lines
56 B
Nix
Raw Normal View History

2024-10-18 17:32:47 +02:00
{ ... }:
{
imports = [
./kde.nix
./sddm.nix
];
}