From 58055e4b38f867ad0e1f4cebd3e47caf0d7939c7 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Mon, 2 Dec 2024 16:05:20 +1000 Subject: [PATCH] chore(nix): slack package renamed Progresses #3 --- profiles/desktopFiona.nix | 2 +- profiles/iog.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/desktopFiona.nix b/profiles/desktopFiona.nix index 01605b4..7999d8c 100644 --- a/profiles/desktopFiona.nix +++ b/profiles/desktopFiona.nix @@ -6,7 +6,7 @@ }: { # Fiona's Desktop Packages environment.systemPackages = with pkgs; [ - slack-dark # Slack desktop client + slack # Slack desktop client zoom-us # zoom.us video conferencing application ]; } diff --git a/profiles/iog.nix b/profiles/iog.nix index dc066f3..a786672 100644 --- a/profiles/iog.nix +++ b/profiles/iog.nix @@ -48,7 +48,7 @@ in { magic-wormhole # Securely transfer data between computers s3fs # Mount an S3 bucket as filesystem through FUSE shellcheck # Shell script analysis tool - slack-dark # Slack desktop client + slack # Slack desktop client xxd # make a hexdump or do the reverse ]; variables = {