diff options
author | sefidel <contact@sefidel.net> | 2022-02-11 08:25:09 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-02-11 08:25:09 +0900 |
commit | 9becf974e24114a8bc9686b28cb3407a676aa064 (patch) | |
tree | 0e502a99e0e8131735cfb4f8ab9df9b7d7f089ec | |
parent | 61ee1c003126767ef52f6f3414fe6ae3214753e6 (diff) | |
download | nixrc-9becf974e24114a8bc9686b28cb3407a676aa064.tar.gz nixrc-9becf974e24114a8bc9686b28cb3407a676aa064.zip |
feat(home/messaging): use discord stable
-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 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" ]; }; } |