Created plasma.nix
This commit is contained in:
parent
83e1d4b960
commit
e2fa43cbf6
1 changed files with 13 additions and 0 deletions
13
home-manager/plasma.nix
Normal file
13
home-manager/plasma.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
{ pkgs, ...}:
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
<plasma-manager/modules>
|
||||||
|
];
|
||||||
|
|
||||||
|
programs = {
|
||||||
|
plasma = {
|
||||||
|
enable = true;
|
||||||
|
# etc.
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue