Improve codium

This commit is contained in:
Greg Hellings
2023-08-24 23:05:53 -05:00
parent a2cc6d69d9
commit 2512a045c1
4 changed files with 17 additions and 19 deletions
+17 -6
View File
@@ -8,7 +8,11 @@
./printing.nix
./virt.nix
];
programs.steam.enable = true;
programs = {
steam.enable = true;
nix-ld.enable = true;
};
networking.hostName = "jude";
networking.enableIPv6 = false;
#systemd.oomd.enable = false;
@@ -17,19 +21,26 @@
greg.kde.enable = false;
environment.systemPackages = with pkgs; [
busybox
gimp
gnucash
flock
ffmpeg
handbrake
libtheora
makemkv
oathToolkit
synology-drive-client
vagrant
# 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 = {
"/boot" = {