mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-11-08 19:51:14 +00:00
Media creation and desktop tweaks
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user