Collect list of apps for categorization

This commit is contained in:
Greg Hellings
2024-03-17 23:02:11 -05:00
parent 35a3691aba
commit a61b23c5f4
+45 -35
View File
@@ -1,4 +1,4 @@
{ pkgs, ... }: { pkgs, config, ... }:
{ {
imports = [ imports = [
@@ -36,40 +36,50 @@
kde.enable = true; kde.enable = true;
}; };
environment.systemPackages = with pkgs; [ boot.extraModulePackages = [ config.boot.kernelPackages.v4l2loopback ];
bind # For things like nslookup
create_ssl
darktable
expect
gimp
gparted
gnucash
graphviz
flock
ffmpeg
handbrake
imagemagick
immersed-vr
libtheora
libxml2
linode-cli
makemkv
nix-du
nix-tree
oathToolkit
synology-drive-client
terraform
vagrant
ventoy
# Video/Audio data composition framework tools like "gst-inspect", "gst-launch" ... environment.systemPackages = with pkgs; lib.mkMerge [
gst_all_1.gstreamer [ # for Immersed
gst_all_1.gst-plugins-base cudatoolkit
gst_all_1.gst-plugins-good immersed-vr
gst_all_1.gst-plugins-bad libva
gst_all_1.gst-plugins-ugly ]
gst_all_1.gst-libav [
gst_all_1.gst-vaapi bind # For things like nslookup
create_ssl
darktable
expect
gimp
gparted
gnucash
graphviz
flock
ffmpeg
handbrake
imagemagick
libtheora
libxml2
linode-cli
makemkv
nix-du
nix-tree
oathToolkit
synology-drive-client
terraform
vagrant
ventoy
]
[
# Video/Audio data composition framework tools like "gst-inspect", "gst-launch" ...
gst_all_1.gstreamer
gst_all_1.gst-plugins-base
gst_all_1.gst-plugins-good
gst_all_1.gst-plugins-bad
gst_all_1.gst-plugins-ugly
gst_all_1.gst-libav
gst_all_1.gst-vaapi
]
]; ];
fileSystems = { fileSystems = {
"/boot" = { "/boot" = {
@@ -103,7 +113,7 @@
nvidia = { nvidia = {
modesetting.enable = true; modesetting.enable = true;
nvidiaSettings = true; nvidiaSettings = true;
open = false; open = true;
}; };
pulseaudio.enable = false; # This conflicts with pipewire pulseaudio.enable = false; # This conflicts with pipewire
system76.enableAll = true; system76.enableAll = true;