todo and configs

This commit is contained in:
Tao Tien 2024-03-15 12:47:44 -07:00
parent ac926b4011
commit acae27684e
8 changed files with 37 additions and 28 deletions

View file

@ -4,9 +4,10 @@
...
}: {
environment.systemPackages = with pkgs; [
lua-language-server
# freecad
# vulkan-loader
etcher
# etcher
hyperfine
jq
just
@ -57,10 +58,10 @@
trunk
];
nixpkgs.config.permittedInsecurePackages = [
# etcher
"electron-19.1.9"
];
# nixpkgs.config.permittedInsecurePackages = [
# # etcher
# "electron-19.1.9"
# ];
services.udev.extraRules = ''
SUBSYSTEM == "tty", GROUP="dialout", ATTRS{interface}=="Black Magic GDB Server", SYMLINK+="ttyBmpGdb"