From 9becf974e24114a8bc9686b28cb3407a676aa064 Mon Sep 17 00:00:00 2001 From: sefidel Date: Fri, 11 Feb 2022 08:25:09 +0900 Subject: feat(home/messaging): use discord stable --- home/profiles/messaging/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home/profiles/messaging/default.nix') diff --git a/home/profiles/messaging/default.nix b/home/profiles/messaging/default.nix index 46660b7..57ce621 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 + discord element-desktop slack weechat ]; - nixpkgs.allowedUnfree = [ "discord-canary" "slack" ]; + nixpkgs.allowedUnfree = [ "discord" "slack" ]; }; } -- cgit 1.4.1