kekl
This commit is contained in:
@ -127,6 +127,13 @@ in
|
||||
docker = {
|
||||
enable = true;
|
||||
};
|
||||
virtualbox = {
|
||||
host.enable = true;
|
||||
guest = {
|
||||
enable = true;
|
||||
draganddrop = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
users.users.fabian = {
|
||||
@ -142,6 +149,7 @@ in
|
||||
"adbusers"
|
||||
"kvm"
|
||||
"dialout"
|
||||
"vboxusers"
|
||||
];
|
||||
};
|
||||
|
||||
@ -204,6 +212,12 @@ in
|
||||
cp210x-program
|
||||
arduino-ide
|
||||
arduino-cli
|
||||
flashrom
|
||||
binwalk
|
||||
chirp
|
||||
picocom
|
||||
pwndbg
|
||||
gdb
|
||||
|
||||
# LSPs
|
||||
nixd
|
||||
@ -213,6 +227,9 @@ in
|
||||
python312Packages.pyserial
|
||||
python312Packages.meshtastic
|
||||
|
||||
# virt
|
||||
qemu
|
||||
|
||||
# SDR
|
||||
noaa-apt
|
||||
wsjtx
|
||||
|
Reference in New Issue
Block a user