move signal to homebrew bc it keeps getting outdated (ugh)
This commit is contained in:
parent
fa17ce8f5b
commit
ad6cd527cf
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue