nixos-config/user/plasma.nix

13 lines
130 B
Nix
Raw Normal View History

2024-08-01 11:48:00 +02:00
{ pkgs, ...}:
{
imports = [
<plasma-manager/modules>
];
programs = {
plasma = {
enable = true;
};
};
}