Compare commits
No commits in common. "cd1736f899f03e36aaf13df5ab7196f4b031cedc" and "d073ec871459583a50f15bc40740ebf979aee165" have entirely different histories.
cd1736f899
...
d073ec8714
2 changed files with 3 additions and 14 deletions
|
@ -90,7 +90,6 @@ in {
|
||||||
libreoffice
|
libreoffice
|
||||||
libsecret
|
libsecret
|
||||||
lxappearance
|
lxappearance
|
||||||
mpv
|
|
||||||
mumble
|
mumble
|
||||||
neofetch
|
neofetch
|
||||||
pavucontrol
|
pavucontrol
|
||||||
|
|
|
@ -4,27 +4,17 @@ let
|
||||||
unstable = import <nixos-unstable> {};
|
unstable = import <nixos-unstable> {};
|
||||||
in {
|
in {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# embedded
|
|
||||||
arduino
|
arduino
|
||||||
avrdude
|
avrdude
|
||||||
gcc-arm-embedded
|
|
||||||
openocd
|
|
||||||
pkgsCross.avr.avrlibc
|
pkgsCross.avr.avrlibc
|
||||||
pkgsCross.avr.buildPackages.binutils
|
|
||||||
pkgsCross.avr.buildPackages.gcc8
|
|
||||||
pkgsCross.avr.libcCross
|
pkgsCross.avr.libcCross
|
||||||
|
pkgsCross.avr.buildPackages.gcc8
|
||||||
cura
|
pkgsCross.avr.buildPackages.binutils
|
||||||
|
unstable.cura
|
||||||
openscad
|
openscad
|
||||||
kicad
|
kicad
|
||||||
];
|
];
|
||||||
|
|
||||||
# stm32 debugger
|
|
||||||
users.extraGroups.plugdev = { };
|
|
||||||
users.extraUsers.stefan.extraGroups = [ "plugdev" "dialout" ];
|
|
||||||
services.udev.packages = [ pkgs.openocd ];
|
|
||||||
|
|
||||||
|
|
||||||
fileSystems."/mnt/nfs" = {
|
fileSystems."/mnt/nfs" = {
|
||||||
device = "10.1.20.29:/srv/nfs";
|
device = "10.1.20.29:/srv/nfs";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue