delete discord
This commit is contained in:
parent
5bf6d5c1fe
commit
4cff79ad1a
3 changed files with 0 additions and 18 deletions
|
@ -39,7 +39,6 @@
|
|||
nextcloud.enable = true;
|
||||
};
|
||||
chat = {
|
||||
discord.enable = true;
|
||||
};
|
||||
game = {
|
||||
wine.enable = true;
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
imports = [
|
||||
./discord
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
{ outputs, options, config, lib, pkgs, ...}:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.modules.desktop.chat.discord;
|
||||
in
|
||||
{
|
||||
options.modules.desktop.chat.discord = {
|
||||
enable = mkEnableOption false;
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
users.users.sako.packages = with pkgs; [
|
||||
discord
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue