Media creation and desktop tweaks

This commit is contained in:
2025-09-04 11:54:08 -07:00
parent 972ca7186a
commit 88366d7dbe
4 changed files with 55 additions and 7 deletions

View File

@@ -13,7 +13,8 @@ let
Categories=Media;
'';
};
in {
in
{
boot = {
# Make v4l2loopback kernel module available to NixOS.
extraModulePackages = with config.boot.kernelPackages; [
@@ -40,12 +41,8 @@ in {
};
environment.systemPackages = with pkgs; [
# aaudacity
# darktable
deadbeef
glava
obs-studio
plex-desktop
projectm_3
sox
@@ -54,6 +51,4 @@ in {
vlc
];
}