nixos/system/nyxt.nix

11 lines
224 B
Nix

{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
nyxt
gst_all_1.gst-libav
gst_all_1.gst-plugins-base
gst_all_1.gst-plugins-good
gst_all_1.gst-plugins-bad
gst_all_1.gst-plugins-ugly
];
}