move signal to homebrew bc it keeps getting outdated (ugh)

This commit is contained in:
Natalie 2025-05-21 11:56:42 -07:00
parent fa17ce8f5b
commit ad6cd527cf
No known key found for this signature in database
GPG key ID: 61F4EAEB0C9C3D5F

View file

@ -1,7 +1,6 @@
{pkgs, ...}: { {pkgs, ...}: {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
pinentry_mac pinentry_mac
signal-desktop-bin
]; ];
# Custom configuration modules in "modules" are shared between users, # Custom configuration modules in "modules" are shared between users,
@ -43,6 +42,7 @@
"zen" "zen"
"supertuxkart" "supertuxkart"
"sf-symbols" "sf-symbols"
"signal"
"mediosz/tap/swipeaerospace" "mediosz/tap/swipeaerospace"
]; ];