feat: adds package for signal

This commit is contained in:
Ahwx 2024-10-15 09:11:06 +02:00
parent 065dad40bd
commit bdc4899893

View file

@ -1,6 +1,7 @@
{ inputs, pkgs, ... }: { inputs, pkgs, ... }:
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
signal-desktop # Since the bridge is broken :(
socat # Required for `hyprland-smart-borders` socat # Required for `hyprland-smart-borders`
tesseract # Screen grabbing text from images/PDFs/etc tesseract # Screen grabbing text from images/PDFs/etc
pixcat # Display images in the terminal pixcat # Display images in the terminal