From ad6cd527cfc079458cf9c9b53db265797b9304e2 Mon Sep 17 00:00:00 2001 From: Natalie Date: Wed, 21 May 2025 11:56:42 -0700 Subject: [PATCH] move signal to homebrew bc it keeps getting outdated (ugh) --- users/natalie/laptop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/natalie/laptop/configuration.nix b/users/natalie/laptop/configuration.nix index 484ad78..d04fb2f 100644 --- a/users/natalie/laptop/configuration.nix +++ b/users/natalie/laptop/configuration.nix @@ -1,7 +1,6 @@ {pkgs, ...}: { environment.systemPackages = with pkgs; [ pinentry_mac - signal-desktop-bin ]; # Custom configuration modules in "modules" are shared between users, @@ -43,6 +42,7 @@ "zen" "supertuxkart" "sf-symbols" + "signal" "mediosz/tap/swipeaerospace" ];