Merge branch 'main' of github.com:FredzyW/nix

This commit is contained in:
fwastring 2024-11-28 13:13:08 +01:00
commit e104313b1b
4 changed files with 15 additions and 3 deletions

View file

@ -133,6 +133,9 @@
services = {
udev = {
extraRules = ''
KERNEL=="ttyACM0", MODE:="666"
'';
packages = with pkgs; [
vial
via