a little ricing
This commit is contained in:
parent
448da283ee
commit
beb7d2def1
8 changed files with 166 additions and 82 deletions
|
@ -5,25 +5,25 @@ let
|
|||
in {
|
||||
environment.systemPackages = with pkgs; [
|
||||
# embedded
|
||||
arduino
|
||||
avrdude
|
||||
gcc-arm-embedded
|
||||
openocd
|
||||
pkgsCross.avr.avrlibc
|
||||
pkgsCross.avr.buildPackages.binutils
|
||||
pkgsCross.avr.buildPackages.gcc8
|
||||
pkgsCross.avr.libcCross
|
||||
#arduino
|
||||
#avrdude
|
||||
#gcc-arm-embedded
|
||||
#openocd
|
||||
#pkgsCross.avr.avrlibc
|
||||
#pkgsCross.avr.buildPackages.binutils
|
||||
#pkgsCross.avr.buildPackages.gcc8
|
||||
#pkgsCross.avr.libcCross
|
||||
|
||||
cura
|
||||
candle
|
||||
#cura
|
||||
#candle
|
||||
openscad
|
||||
kicad
|
||||
blender
|
||||
python3Packages.numpy
|
||||
python3Packages.shapely
|
||||
#kicad
|
||||
#blender
|
||||
#python3Packages.numpy
|
||||
#python3Packages.shapely
|
||||
|
||||
steam
|
||||
unstable.obs-studio
|
||||
#steam
|
||||
#unstable.obs-studio
|
||||
];
|
||||
|
||||
# stm32 debugger
|
||||
|
@ -40,4 +40,8 @@ in {
|
|||
fsType = "nfs";
|
||||
options = [ "x-systemd.automount" "noauto" "x-systemd.idle-timeout=120" ];
|
||||
};
|
||||
|
||||
networking.extraHosts = ''
|
||||
162.55.40.34 mail.f2o.io
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue