Add kicad

This commit is contained in:
Artemis Tosini 2020-10-21 21:04:01 +00:00
parent 4debead91a
commit 3bc487aeaf
Signed by: artemist
GPG key ID: ADFFE553DCBB831E
2 changed files with 9 additions and 2 deletions

View file

@ -112,6 +112,7 @@ in
mercurialFull
neovim
nix-index
nixops
openssl
p7zip
pandoc
@ -177,7 +178,7 @@ in
yarn
# Embedded
kicad
kicad-unstable
openocd
stlink
(callPackage ./externals/packages/jlink { })
@ -248,5 +249,5 @@ in
]);
# Needed for obs-wlrobs
environment.pathsToLink = [ "/share/obs" ];
environment.pathsToLink = [ "/share/obs" "share/kicad" ];
}

View file

@ -10,6 +10,11 @@
networking.hostName = "starlight";
services.udev.extraRules = ''
KERNEL=="eth*", ATTR{address}=="00:0f:53:16:15:9c", NAME="lan10g0"
KERNEL=="eth*", ATTR{address}=="00:0f:53:16:15:9d", NAME="lan10g1"
'';
hardware.cpu.amd.updateMicrocode = true;
services = {
tor = {
@ -21,6 +26,7 @@
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
environment.systemPackages = with pkgs; [
weechat
steam
gnome3.zenity