Created plasma.nix

This commit is contained in:
KoenDR06 2024-05-18 12:02:25 +02:00
parent 83e1d4b960
commit e2fa43cbf6

13
home-manager/plasma.nix Normal file
View file

@ -0,0 +1,13 @@
{ pkgs, ...}:
{
imports = [
<plasma-manager/modules>
];
programs = {
plasma = {
enable = true;
# etc.
};
};
}