Merge branch 'master' of https://github.com/KoenDR06/nix-config
This commit is contained in:
commit
24c75d3f40
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