aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-10 14:44:47 +0900
committersefidel <contact@sefidel.net>2022-02-10 14:46:40 +0900
commit5a8bcbded2972ea76bdf6ee348ec5bda8541cb26 (patch)
tree0036f3465eec980531bff81f87a5e5d2edbf484f /home
parentd511591c32654a3d3e61d4aa924fd8b18e4dd9b2 (diff)
downloadnixrc-5a8bcbded2972ea76bdf6ee348ec5bda8541cb26.zip
feat(home/messaging): use stock discord
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 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" ];
};
}