nix-stuff/roles/kde/default.nix

9 lines
72 B
Nix
Executable file

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