diff options
author | sefidel <contact@sefidel.net> | 2024-03-20 17:45:14 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-03-20 17:45:14 +0900 |
commit | ff8631fca8216f1bdcb2e73b36876f3c314d6b37 (patch) | |
tree | 2505c68ce695ce1575475d00553e56d35d5d9e58 /home/profiles/communication/default.nix | |
parent | 4ec26fd36c7541874405afa534bc163ca42570c6 (diff) | |
download | nixrc-ff8631fca8216f1bdcb2e73b36876f3c314d6b37.tar.gz nixrc-ff8631fca8216f1bdcb2e73b36876f3c314d6b37.zip |
chore(home/communication): sort packages
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 d31e328..574ac76 100644 --- a/home/profiles/communication/default.nix +++ b/home/profiles/communication/default.nix @@ -404,13 +404,13 @@ in }) { home.packages = with pkgs; [ - urlscan ispell + urlscan - slack discord-canary element-desktop nheko + slack (weechat.override { configure = { availablePlugins, ... }: { plugins = [ |