diff options
author | sefidel <contact@sefidel.net> | 2025-01-22 07:33:13 +1000 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2025-01-22 07:33:13 +1000 |
commit | ade2c8867d17d98b675128f498ac063270ac98e1 (patch) | |
tree | 43262dd8cdc44da963948e9b9267be333d51ed6a /home/profiles/communication/default.nix | |
parent | 99ac528628f6133081a8c0cb9490f4311ce37a85 (diff) | |
download | nixrc-ade2c8867d17d98b675128f498ac063270ac98e1.tar.gz nixrc-ade2c8867d17d98b675128f498ac063270ac98e1.zip |
feat(home/communication): switch to stable discord
Diffstat (limited to 'home/profiles/communication/default.nix')
-rw-r--r-- | home/profiles/communication/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/profiles/communication/default.nix b/home/profiles/communication/default.nix index cb7f039..38d14b1 100644 --- a/home/profiles/communication/default.nix +++ b/home/profiles/communication/default.nix @@ -407,7 +407,7 @@ in ispell urlscan - discord-canary + discord element-desktop slack (weechat.override { @@ -424,7 +424,7 @@ in }) ]; - nixpkgs.allowedUnfree = [ "slack" "discord-canary" ]; + nixpkgs.allowedUnfree = [ "slack" "discord" ]; xdg.configFile."Element/config.json".text = builtins.toJSON (import ./element-config.nix); } |