From 99738dcb2dda1cbb4eecc387e93be7bd4bbc25cd Mon Sep 17 00:00:00 2001 From: sefidel Date: Wed, 19 Apr 2023 21:10:35 +0900 Subject: feat(home/communication): add slack, discord --- home/profiles/communication/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'home/profiles') diff --git a/home/profiles/communication/default.nix b/home/profiles/communication/default.nix index 72b1e05..76f73b2 100644 --- a/home/profiles/communication/default.nix +++ b/home/profiles/communication/default.nix @@ -397,7 +397,8 @@ in urlscan ispell - element-desktop-wayland + slack + discord-canary schildichat-desktop-wayland nheko (weechat.override { @@ -415,6 +416,8 @@ in }) ]; + nixpkgs.allowedUnfree = [ "slack" "discord-canary" ]; + xdg.configFile."Element/config.json".text = builtins.toJSON (import ./element-config.nix); } ]); -- cgit 1.4.1