nix: zed-editor

This commit is contained in:
js0ny 2025-10-13 09:33:11 +01:00
parent 05d620296e
commit 0d3b789ca2
14 changed files with 56 additions and 8 deletions

View file

@ -26,4 +26,5 @@
extraGroups = ["libvirtd"];
};
networking.firewall.trustedInterfaces = ["virbr0"];
virtualisation.spiceUSBRedirection.enable = true;
}

View file

@ -4,4 +4,7 @@
enable = true;
enableVirtualCamera = true;
};
boot.extraModprobeConfig = ''
options v4l2loopback devices=1 video_nr=2 card_label="OBS Virtual Camera" exclusive_caps=1
'';
}