something here caused the issue
This commit is contained in:
parent
cd89855ce2
commit
45ff93c873
17 changed files with 345 additions and 85 deletions
|
|
@ -25,6 +25,25 @@
|
|||
# ----- SERVICES -----
|
||||
services = {
|
||||
flatpak.enable = true;
|
||||
|
||||
udev = {
|
||||
enable = true;
|
||||
packages = with pkgs; [
|
||||
via
|
||||
];
|
||||
|
||||
# Microdia AK820 (AJAZZ Keeb)
|
||||
# REF: https://get.vial.today/manual/linux-udev.html
|
||||
# KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{serial}=="*vial:f64c2b3c*", ATTRS{idVendor}=="0c45", ATTRS{idProduct}=="8009", MODE="0660", GROUP="users", TAG+="uaccess", TAG+="udev-acl"
|
||||
|
||||
# (AJAZZ Keeb)
|
||||
# REF: https://get.vial.today/manual/linux-udev.html
|
||||
# KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{serial}=="*vial:f64c2b3c*", ATTRS{idVendor}=="d010", ATTRS{idProduct}=="1601", MODE="0660", GROUP="users", TAG+="uaccess", TAG+="udev-acl"
|
||||
extraRules = ''
|
||||
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="d010", ATTRS{idProduct}=="1601", TAG+="uaccess"
|
||||
SUBSYSTEM=="usb", ATTRS{idVendor}=="d010", ATTRS{idProduct}=="1601", TAG+="uaccess"
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
security.sudo.wheelNeedsPassword = lib.mkForce false;
|
||||
|
|
@ -33,6 +52,8 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
# User Environment
|
||||
libreoffice
|
||||
via # makes my keek worky :3 [DEBUG]
|
||||
vial # gui for keeb DEBUG
|
||||
|
||||
# Games
|
||||
prismlauncher # minecraft
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue