aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-11 08:25:09 +0900
committersefidel <contact@sefidel.net>2022-02-11 08:25:09 +0900
commit9becf974e24114a8bc9686b28cb3407a676aa064 (patch)
tree0e502a99e0e8131735cfb4f8ab9df9b7d7f089ec /home
parent61ee1c003126767ef52f6f3414fe6ae3214753e6 (diff)
downloadnixrc-9becf974e24114a8bc9686b28cb3407a676aa064.zip
feat(home/messaging): use discord stable
Diffstat (limited to 'home')
-rw-r--r--home/profiles/messaging/default.nix4
1 files changed, 2 insertions, 2 deletions
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" ];
};
}