nix-stuff/roles/kde/default.nix
2023-06-21 13:55:22 +02:00

8 lines
59 B
Nix
Executable file

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