nix-stuff/roles/kde/default.nix

8 lines
91 B
Nix
Executable file

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