13 lines
143 B
Nix
13 lines
143 B
Nix
{ pkgs, ...}:
|
|
{
|
|
imports = [
|
|
<plasma-manager/modules>
|
|
];
|
|
|
|
programs = {
|
|
plasma = {
|
|
enable = true;
|
|
# etc.
|
|
};
|
|
};
|
|
}
|