add the usb stuff for the numworks calculator, add the localsend folder to persistence
This commit is contained in:
parent
250bc1d51f
commit
ca7145e50c
3 changed files with 5 additions and 0 deletions
|
|
@ -204,6 +204,7 @@
|
|||
"obs"
|
||||
"steam"
|
||||
"nitrokey-app"
|
||||
"heroic_status_icon_1"
|
||||
"AknozT8xem" #Localsend name for some reason
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -36,6 +36,9 @@
|
|||
KERNEL=="hidraw*", KERNELS=="*2DC8:*", MODE="0660", TAG+="uaccess"
|
||||
KERNEL=="hidraw*", ATTRS{idProduct}=="6012", ATTRS{idVendor}=="2dc8", MODE="0660", TAG+="uaccess"
|
||||
KERNEL=="hidraw*", KERNELS=="*2DC8:6012*", MODE="0660", TAG+="uaccess"
|
||||
SUBSYSTEM=="usb", ATTR{idVendor}=="0483", ATTR{idProduct}=="a291", TAG+="uaccess"
|
||||
SUBSYSTEM=="usb", ATTR{idVendor}=="0483", ATTR{idProduct}=="df11", TAG+="uaccess"
|
||||
SUBSYSTEM=="usb", ATTR{idVendor}=="0483", ATTR{idProduct}=="a51a", TAG+="uaccess"
|
||||
'';
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
|
|
|
|||
|
|
@ -104,6 +104,7 @@
|
|||
".local/share/qBittorrent"
|
||||
".local/share/kwalletd"
|
||||
".local/share/kwin" #TODO: add the window script via nix instead of saving it imperatively and keeping it
|
||||
".local/share/org.localsend.localsend_app"
|
||||
".local/share/lutris"
|
||||
".local/share/Nextcloud"
|
||||
".local/share/Steam"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue