remove whatsapp module because whatsapp-for-linux is bad
This commit is contained in:
parent
7ea88f1ee5
commit
a95d871b74
4 changed files with 0 additions and 18 deletions
|
@ -40,7 +40,6 @@
|
|||
chromium.enable = true;
|
||||
};
|
||||
chat = {
|
||||
whatsapp.enable = true;
|
||||
zoom.enable = true;
|
||||
discord.enable = true;
|
||||
teams.enable = true;
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
chromium.enable = true;
|
||||
};
|
||||
chat = {
|
||||
whatsapp.enable = true;
|
||||
zoom.enable = true;
|
||||
discord.enable = true;
|
||||
signal.enable = true;
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./teams
|
||||
./whatsapp
|
||||
./zoom
|
||||
./discord
|
||||
./telegram
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
{ outputs, options, config, lib, pkgs, ...}:
|
||||
let
|
||||
cfg = config.modules.desktop.chat.whatsapp;
|
||||
in
|
||||
{
|
||||
options.modules.desktop.chat.whatsapp = {
|
||||
enable = lib.mkEnableOption false;
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
users.users.sako.packages = with pkgs; [
|
||||
whatsapp-for-linux
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue