Add kicad
This commit is contained in:
parent
4debead91a
commit
3bc487aeaf
|
@ -112,6 +112,7 @@ in
|
||||||
mercurialFull
|
mercurialFull
|
||||||
neovim
|
neovim
|
||||||
nix-index
|
nix-index
|
||||||
|
nixops
|
||||||
openssl
|
openssl
|
||||||
p7zip
|
p7zip
|
||||||
pandoc
|
pandoc
|
||||||
|
@ -177,7 +178,7 @@ in
|
||||||
yarn
|
yarn
|
||||||
|
|
||||||
# Embedded
|
# Embedded
|
||||||
kicad
|
kicad-unstable
|
||||||
openocd
|
openocd
|
||||||
stlink
|
stlink
|
||||||
(callPackage ./externals/packages/jlink { })
|
(callPackage ./externals/packages/jlink { })
|
||||||
|
@ -248,5 +249,5 @@ in
|
||||||
]);
|
]);
|
||||||
|
|
||||||
# Needed for obs-wlrobs
|
# Needed for obs-wlrobs
|
||||||
environment.pathsToLink = [ "/share/obs" ];
|
environment.pathsToLink = [ "/share/obs" "share/kicad" ];
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,6 +10,11 @@
|
||||||
|
|
||||||
networking.hostName = "starlight";
|
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;
|
hardware.cpu.amd.updateMicrocode = true;
|
||||||
services = {
|
services = {
|
||||||
tor = {
|
tor = {
|
||||||
|
@ -21,6 +26,7 @@
|
||||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
weechat
|
||||||
steam
|
steam
|
||||||
|
|
||||||
gnome3.zenity
|
gnome3.zenity
|
||||||
|
|
Loading…
Reference in a new issue