Compare commits
No commits in common. "72decf93c10a6b71f9a860c0f828a3d37f72142b" and "5a689decf375ece202c70329ecab25dc3d668505" have entirely different histories.
72decf93c1
...
5a689decf3
3 changed files with 1 additions and 14 deletions
|
|
@ -1,11 +0,0 @@
|
|||
{ pkgs, config, ... }: {
|
||||
boot = {
|
||||
extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ];
|
||||
kernelModules = [ "v4l2loopback" ];
|
||||
extraModprobeConfig = ''
|
||||
options v4l2loopback exclusive_caps=1 card_label="Virtual Camera"
|
||||
'';
|
||||
};
|
||||
|
||||
environment.systemPackages = [ pkgs.v4l-utils ];
|
||||
}
|
||||
|
|
@ -4,7 +4,6 @@
|
|||
./misc/power-button.nix
|
||||
./misc/cpu-freq.nix
|
||||
./misc/tzupdate.nix
|
||||
./misc/fakecam.nix
|
||||
./core/hibernation.nix
|
||||
./core/firmware.nix
|
||||
./core/igpu.nix
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
distrobox
|
||||
|
||||
ventoy-full-qt
|
||||
ffmpeg
|
||||
home-manager
|
||||
vim
|
||||
wget
|
||||
curl
|
||||
|
|
@ -53,7 +53,6 @@
|
|||
lxappearance
|
||||
freerdp
|
||||
|
||||
home-manager
|
||||
nix-index
|
||||
nixd
|
||||
nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue