nix-stuff/roles/kde/default.nix

7 lines
77 B
Nix
Executable file

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