mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
added loopback for obs-virtualcam
This commit is contained in:
parent
55cabfa8a8
commit
6ae464a142
2 changed files with 4 additions and 1 deletions
|
@ -11,7 +11,9 @@
|
|||
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ "kvm-amd" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
boot.extraModulePackages = with config.boot.kernelPackages; [
|
||||
v4l2loopback
|
||||
];
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-label/nixos";
|
||||
|
|
|
@ -106,6 +106,7 @@ in
|
|||
vscodium # when vim and emacs (somehow) isn't enough
|
||||
handbrake # dvd ripping
|
||||
dragon # simple audio player
|
||||
obs-studio # for video recording and virtual camera
|
||||
|
||||
|
||||
libsForQt5.kate # kate/kwrite
|
||||
|
|
Loading…
Reference in a new issue