feat(pkgs): move to signal-bin, add some sdr things
This commit is contained in:
parent
a26f53d1a7
commit
8fd995de06
1 changed files with 8 additions and 1 deletions
|
|
@ -1,9 +1,11 @@
|
|||
{ pkgs, agenix, ... }:
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# Desktop Communcation
|
||||
element-desktop
|
||||
signal-desktop
|
||||
signal-desktop-bin
|
||||
telegram-desktop
|
||||
vesktop
|
||||
|
||||
|
|
@ -54,6 +56,7 @@
|
|||
networkmanagerapplet
|
||||
cliphist
|
||||
wl-clipboard
|
||||
rofimoji
|
||||
|
||||
# nix-tools
|
||||
nix-output-monitor
|
||||
|
|
@ -75,6 +78,7 @@
|
|||
wireshark
|
||||
devenv
|
||||
filezilla
|
||||
python3
|
||||
|
||||
# virtualization
|
||||
virt-manager
|
||||
|
|
@ -89,6 +93,9 @@
|
|||
rtl-sdr
|
||||
sdrpp
|
||||
gqrx
|
||||
dump1090
|
||||
sox
|
||||
noaa-apt
|
||||
];
|
||||
|
||||
nixpkgs.config.vesktop.commandLineArgs = "--enable-features=UseOzonePlatform --ozone-platform=wayland";
|
||||
|
|
|
|||
Loading…
Reference in a new issue