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
-1
View File
@@ -58,6 +58,5 @@
] ++ ( if pkgs.system == "x86_64-linux" || pkgs.system == "aarch64-linux" then ] ++ ( if pkgs.system == "x86_64-linux" || pkgs.system == "aarch64-linux" then
# Linux-only packages here # Linux-only packages here
[ [
busybox
] else []); ] else []);
} }
-11
View File
@@ -4,15 +4,4 @@
imports = [ imports = [
../../vscodium.nix ../../vscodium.nix
]; ];
home.packages = with pkgs; [
gimp
gnucash
ffmpeg
handbrake
libtheora
makemkv
synology-drive-client
vagrant
];
} }
-1
View File
@@ -12,7 +12,6 @@
extensions = with pkgs.vscode-extensions; [ extensions = with pkgs.vscode-extensions; [
golang.go golang.go
ms-python.python ms-python.python
ms-pyright.pyright
vscjava.vscode-java-test vscjava.vscode-java-test
vscjava.vscode-java-dependency vscjava.vscode-java-dependency
vscjava.vscode-java-debug vscjava.vscode-java-debug
+17 -6
View File
@@ -8,7 +8,11 @@
./printing.nix ./printing.nix
./virt.nix ./virt.nix
]; ];
programs.steam.enable = true; programs = {
steam.enable = true;
nix-ld.enable = true;
};
networking.hostName = "jude"; networking.hostName = "jude";
networking.enableIPv6 = false; networking.enableIPv6 = false;
#systemd.oomd.enable = false; #systemd.oomd.enable = false;
@@ -17,19 +21,26 @@
greg.kde.enable = false; greg.kde.enable = false;
environment.systemPackages = with pkgs; [ 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" ... # Video/Audio data composition framework tools like "gst-inspect", "gst-launch" ...
gst_all_1.gstreamer gst_all_1.gstreamer
# Common plugins like "filesrc" to combine within e.g. gst-launch
gst_all_1.gst-plugins-base gst_all_1.gst-plugins-base
# Specialized plugins separated by quality
gst_all_1.gst-plugins-good gst_all_1.gst-plugins-good
gst_all_1.gst-plugins-bad gst_all_1.gst-plugins-bad
gst_all_1.gst-plugins-ugly gst_all_1.gst-plugins-ugly
# Plugins to reuse ffmpeg to play almost every video format
gst_all_1.gst-libav gst_all_1.gst-libav
# Support the Video Audio (Hardware) Acceleration API
gst_all_1.gst-vaapi gst_all_1.gst-vaapi
oathToolkit
]; ];
fileSystems = { fileSystems = {
"/boot" = { "/boot" = {