This commit is contained in:
KoenDR06 2024-05-19 22:39:23 +02:00
commit 24c75d3f40

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

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