From 9e034805168c3f06bcb4ce22ddabf8c87c460ae3 Mon Sep 17 00:00:00 2001 From: vanten-s Date: Tue, 23 Apr 2024 10:32:44 +0200 Subject: [PATCH] v4l2loopback, davinci resolve and feh --- configuration.nix | 2 ++ home.nix | 2 ++ 2 files changed, 4 insertions(+) diff --git a/configuration.nix b/configuration.nix index 8e95ab6..86d87dc 100644 --- a/configuration.nix +++ b/configuration.nix @@ -17,6 +17,8 @@ in { boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; boot.supportedFilesystems = [ "ntfs" ]; + boot.kernelModules = [ "v4l2loopback" ]; + boot.extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback.out ]; # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. diff --git a/home.nix b/home.nix index 54b9465..62d264d 100644 --- a/home.nix +++ b/home.nix @@ -27,6 +27,8 @@ pkgs.arduino pkgs.blender pkgs.gimp + pkgs.davinci-resolve + pkgs.feh ]; home.file = {