diff options
Diffstat (limited to 'home/profiles')
-rw-r--r-- | home/profiles/communication/default.nix | 5 |
1 files changed, 4 insertions, 1 deletions
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); } ]); |