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 = {