feat(pkgs): move to signal-bin, add some sdr things

This commit is contained in:
etwas 2025-05-02 11:04:31 +02:00
parent a26f53d1a7
commit 8fd995de06
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0

View file

@ -1,9 +1,11 @@
{ pkgs, agenix, ... }: { pkgs, agenix, ... }:
{ {
nixpkgs.config.allowUnfree = true;
home.packages = with pkgs; [ home.packages = with pkgs; [
# Desktop Communcation # Desktop Communcation
element-desktop element-desktop
signal-desktop signal-desktop-bin
telegram-desktop telegram-desktop
vesktop vesktop
@ -54,6 +56,7 @@
networkmanagerapplet networkmanagerapplet
cliphist cliphist
wl-clipboard wl-clipboard
rofimoji
# nix-tools # nix-tools
nix-output-monitor nix-output-monitor
@ -75,6 +78,7 @@
wireshark wireshark
devenv devenv
filezilla filezilla
python3
# virtualization # virtualization
virt-manager virt-manager
@ -89,6 +93,9 @@
rtl-sdr rtl-sdr
sdrpp sdrpp
gqrx gqrx
dump1090
sox
noaa-apt
]; ];
nixpkgs.config.vesktop.commandLineArgs = "--enable-features=UseOzonePlatform --ozone-platform=wayland"; nixpkgs.config.vesktop.commandLineArgs = "--enable-features=UseOzonePlatform --ozone-platform=wayland";