bump
This commit is contained in:
parent
d0f4806c88
commit
d3d15d3ec9
3 changed files with 19 additions and 13 deletions
|
|
@ -45,7 +45,7 @@
|
|||
typst-lsp
|
||||
unstable.joshuto
|
||||
unstable.nushell
|
||||
unstable.oculante
|
||||
# unstable.oculante
|
||||
unstable.pandoc
|
||||
unstable.prusa-slicer
|
||||
unstable.starship
|
||||
|
|
@ -59,9 +59,10 @@
|
|||
];
|
||||
programs.mosh.enable = true;
|
||||
environment.shells = with pkgs; [ unstable.nushell ];
|
||||
# services.udev.extraRules = ''
|
||||
# KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0660", GROUP="users", TAG+="uaccess", TAG+="udev-acl"
|
||||
# '';
|
||||
services.udev.extraRules = ''
|
||||
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0660", GROUP="users", TAG+="uaccess", TAG+="udev-acl"
|
||||
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{serial}=="*vial:f64c2b3c*", MODE="0660", GROUP="users", TAG+="uaccess", TAG+="udev-acl"
|
||||
'';
|
||||
|
||||
hardware.keyboard.qmk.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue