diff options
Diffstat (limited to 'home/profiles')
-rw-r--r-- | home/profiles/messaging/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/profiles/messaging/default.nix b/home/profiles/messaging/default.nix index 9a16f4f..46660b7 100644 --- a/home/profiles/messaging/default.nix +++ b/home/profiles/messaging/default.nix @@ -12,12 +12,12 @@ in config = lib.mkIf cfg.enable { home.packages = with pkgs; [ aerc - (discord-canary-openasar.override { waylandSupport = true; }) + discord-canary element-desktop slack weechat ]; - nixpkgs.allowedUnfree = [ "slack" ]; + nixpkgs.allowedUnfree = [ "discord-canary" "slack" ]; }; } |