Compare commits
2 Commits
5c14b05c16
...
31c72186ad
| Author | SHA1 | Date | |
|---|---|---|---|
|
31c72186ad
|
|||
|
f566267663
|
@@ -156,11 +156,6 @@
|
|||||||
# Allow /etc/hosts to be modified without system rebuild
|
# Allow /etc/hosts to be modified without system rebuild
|
||||||
environment.etc.hosts.mode = "0644";
|
environment.etc.hosts.mode = "0644";
|
||||||
|
|
||||||
# KiCad footprint libraries
|
|
||||||
environment.sessionVariables = {
|
|
||||||
KICAD9_FOOTPRINT_DIR = "${pkgs.kicad-small.libraries.footprints}/share/kicad/footprints";
|
|
||||||
};
|
|
||||||
|
|
||||||
# Enable flakes and extras
|
# Enable flakes and extras
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,6 @@
|
|||||||
bitwarden-cli
|
bitwarden-cli
|
||||||
lunarvim
|
lunarvim
|
||||||
minicom
|
minicom
|
||||||
kicad
|
|
||||||
ghostty
|
ghostty
|
||||||
gnupg
|
gnupg
|
||||||
pinentry-gnome3
|
pinentry-gnome3
|
||||||
@@ -330,7 +329,7 @@
|
|||||||
proxyJump = "_JumpHost";
|
proxyJump = "_JumpHost";
|
||||||
};
|
};
|
||||||
"git" = {
|
"git" = {
|
||||||
hostname = "10.0.1.10";
|
hostname = "gitea.leeworks.dev";
|
||||||
port = 22;
|
port = 22;
|
||||||
user = "git";
|
user = "git";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user