mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
headsetcontrol in GUI profile
This commit is contained in:
parent
c84b650fea
commit
90c72531d2
3 changed files with 11 additions and 3 deletions
7
config/profiles/gui/udev.nix
Normal file
7
config/profiles/gui/udev.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{ config, ... }: {
|
||||||
|
services.udev.extraRules = ''
|
||||||
|
# SteelSeries Arctis (1) Wireless
|
||||||
|
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="1038", ATTRS{idProduct}=="12b3", GROUP="users", MODE="0666"
|
||||||
|
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="1038", ATTRS{idProduct}=="12b6", GROUP="users", MODE="0666"
|
||||||
|
'';
|
||||||
|
}
|
||||||
|
|
@ -13,6 +13,7 @@
|
||||||
mumble-develop
|
mumble-develop
|
||||||
dino-omemo
|
dino-omemo
|
||||||
tdesktop
|
tdesktop
|
||||||
|
headsetcontrol
|
||||||
transmission-remote-gtk
|
transmission-remote-gtk
|
||||||
scrcpy
|
scrcpy
|
||||||
lm_sensors
|
lm_sensors
|
||||||
|
|
|
||||||
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -297,11 +297,11 @@
|
||||||
"katexprs": {
|
"katexprs": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1637526127,
|
"lastModified": 1640111173,
|
||||||
"narHash": "sha256-il4PL9sS1buJ7SSw2SgOloR6+4US92bKJEt1+gJbrOw=",
|
"narHash": "sha256-ZgRM2kb3yDGJCQGZChtPaEwQimllWCc8oYSyyQ2pruA=",
|
||||||
"owner": "kittywitch",
|
"owner": "kittywitch",
|
||||||
"repo": "nixexprs",
|
"repo": "nixexprs",
|
||||||
"rev": "46734151d4071718ca1ff1dda289dbb6ff17d8af",
|
"rev": "b89aabdc5e9bbb57e4dbbea5a950bf97978be500",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue