add: discord
This commit is contained in:
parent
53a7e7f576
commit
bfbd8c11e3
4 changed files with 28 additions and 1 deletions
|
|
@ -0,0 +1,13 @@
|
|||
{ lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./discord
|
||||
];
|
||||
|
||||
options.programs.desktop.communication = {
|
||||
discord = {
|
||||
enable = lib.mkEnableOption "Enable discord module";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue