mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 19:10:21 +00:00
Nyx: add gstreamer and eqibop
This commit is contained in:
parent
f6967a3ec6
commit
317882e147
1 changed files with 8 additions and 0 deletions
|
@ -102,6 +102,7 @@
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
floorp
|
floorp
|
||||||
vesktop
|
vesktop
|
||||||
|
equibop
|
||||||
element-desktop
|
element-desktop
|
||||||
alacritty
|
alacritty
|
||||||
kitty
|
kitty
|
||||||
|
@ -206,6 +207,13 @@
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
ffmpeg-full
|
ffmpeg-full
|
||||||
|
gst_all_1.gstreamer
|
||||||
|
gst_all_1.gst-libav
|
||||||
|
gst_all_1.gst-vaapi
|
||||||
|
gst_all_1.gst-plugins-base
|
||||||
|
gst_all_1.gst-plugins-rs
|
||||||
|
celluloid
|
||||||
|
mpv
|
||||||
age
|
age
|
||||||
ssh-to-age
|
ssh-to-age
|
||||||
sops
|
sops
|
||||||
|
|
Loading…
Reference in a new issue