Compare commits

..

2 Commits

2 changed files with 1 additions and 7 deletions
-5
View File
@@ -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" ];
+1 -2
View File
@@ -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";
}; };