continue on toaster config
This commit is contained in:
parent
1a5575bab8
commit
d9ed25f0d7
6 changed files with 31 additions and 2 deletions
|
@ -17,8 +17,17 @@
|
|||
nixpkgs-fmt
|
||||
# julia
|
||||
julia-bin
|
||||
# hardware
|
||||
kicad
|
||||
];
|
||||
|
||||
# Wireshark
|
||||
programs.wireshark = {
|
||||
enable = true;
|
||||
package = pkgs.wireshark;
|
||||
};
|
||||
users.users.grue.extraGroups = [ "wireshark" ];
|
||||
|
||||
## Julia
|
||||
environment.variables = {
|
||||
JULIA_NUM_THREADS = "8";
|
||||
|
|
|
@ -20,4 +20,17 @@
|
|||
rtl-sdr.enable = true;
|
||||
hackrf.enable = true;
|
||||
};
|
||||
|
||||
services.udev.extraRules = ''
|
||||
# MCH2022 Badge
|
||||
SUBSYSTEM=="usb", ATTR{idVendor}=="16d0", ATTR{idProduct}=="0f9a", MODE="0666"
|
||||
|
||||
#Flipper Zero serial port
|
||||
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="5740", ATTRS{manufacturer}=="Flipper Devices Inc.", TAG+="uaccess"
|
||||
#Flipper Zero DFU
|
||||
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="df11", ATTRS{manufacturer}=="STMicroelectronics", TAG+="uaccess"
|
||||
#Flipper ESP32s2 BlackMagic
|
||||
SUBSYSTEMS=="usb", ATTRS{idVendor}=="303a", ATTRS{idProduct}=="40??", ATTRS{manufacturer}=="Flipper Devices Inc.", TAG+="uaccess"
|
||||
'';
|
||||
|
||||
}
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
];
|
||||
})
|
||||
gnuplot
|
||||
graphicsmagick
|
||||
zotero
|
||||
python3Full
|
||||
];
|
||||
|
|
|
@ -111,6 +111,7 @@
|
|||
extraPackages = with pkgs; [
|
||||
pamixer
|
||||
swaylock
|
||||
graphicsmagick
|
||||
swayidle
|
||||
wl-clipboard
|
||||
mako
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue