Merge branch 'main' of gh:greg-hellings/nixos-config

This commit is contained in:
Greg Hellings
2023-08-21 21:25:38 -05:00
25 changed files with 155 additions and 49 deletions
+1
View File
@@ -26,6 +26,7 @@ let
home-manager.extraSpecialArgs = {
inherit gnome gui inputs overlays;
home = "/home/greg";
host = name;
};
}
inputs.agenix.nixosModules.default
+12
View File
@@ -17,6 +17,18 @@
greg.kde.enable = false;
environment.systemPackages = with pkgs; [
# Video/Audio data composition framework tools like "gst-inspect", "gst-launch" ...
gst_all_1.gstreamer
# Common plugins like "filesrc" to combine within e.g. gst-launch
gst_all_1.gst-plugins-base
# Specialized plugins separated by quality
gst_all_1.gst-plugins-good
gst_all_1.gst-plugins-bad
gst_all_1.gst-plugins-ugly
# Plugins to reuse ffmpeg to play almost every video format
gst_all_1.gst-libav
# Support the Video Audio (Hardware) Acceleration API
gst_all_1.gst-vaapi
oathToolkit
];
fileSystems = {
+1
View File
@@ -2,6 +2,7 @@
{
environment.systemPackages = with pkgs; [
dmidecode
guestfs-tools
libguestfs
ovftool