Improve codium
This commit is contained in:
+17
-6
@@ -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" = {
|
||||
|
||||
Reference in New Issue
Block a user