nix-stuff/roles/kde/default.nix
2023-07-12 21:24:10 +02:00

9 lines
72 B
Nix
Executable file

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