mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
nix: Add host polder and refractor modules
This commit is contained in:
parent
1b99070718
commit
3756bbfb45
38 changed files with 284 additions and 172 deletions
6
nixcfgs/modules/nixos/hardware/udev/basys3.nix
Normal file
6
nixcfgs/modules/nixos/hardware/udev/basys3.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{...}: {
|
||||
# Xilinx Artix-7 Basys 3
|
||||
services.udev.extraRules = ''
|
||||
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6010", MODE="0660", GROUP="dialout", SYMLINK+="basys3"
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue