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, ... }:
|
{ 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";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue