mirror of
https://github.com/danbulant/dotfiles
synced 2026-09-17 13:23:51 +00:00
camera access
This commit is contained in:
parent
01e1d31a36
commit
7d5aeaa4f0
1 changed files with 4 additions and 0 deletions
|
|
@ -375,6 +375,10 @@
|
||||||
};
|
};
|
||||||
boot.loader.timeout = 5;
|
boot.loader.timeout = 5;
|
||||||
|
|
||||||
|
services.udev.extraRules = ''
|
||||||
|
SUBSYSTEM=="usb", ATTR{idVendor}=="054c", GROUP="users", MODE="0660"
|
||||||
|
'';
|
||||||
|
|
||||||
# App image support
|
# App image support
|
||||||
boot.binfmt.registrations.appimage = {
|
boot.binfmt.registrations.appimage = {
|
||||||
wrapInterpreterInShell = false;
|
wrapInterpreterInShell = false;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue