upgrade for new timberhearth
This commit is contained in:
parent
44f0997380
commit
9744548e84
|
|
@ -81,5 +81,6 @@ if [[ -v "$WITHZELLIJ" && "$TERM_PROGRAM" != "vscode" ]]; then
|
|||
eval "$(zellij setup --generate-auto-start zsh)"
|
||||
fi
|
||||
|
||||
fortune
|
||||
# removed because fortune-kind didn't build
|
||||
#fortune
|
||||
|
||||
|
|
|
|||
8
ssh.nix
8
ssh.nix
|
|
@ -5,11 +5,9 @@
|
|||
# of the default options again, manually.
|
||||
enableDefaultConfig = false;
|
||||
enable = true;
|
||||
matchBlocks = {
|
||||
"*" = {
|
||||
addKeysToAgent = "yes";
|
||||
forwardAgent = true;
|
||||
};
|
||||
settings."*" = {
|
||||
AddKeysToAgent = "yes";
|
||||
ForwardAgent = "yes";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -27,8 +27,6 @@ in
|
|||
./web.nix
|
||||
./zellij.nix
|
||||
./zsh.nix
|
||||
|
||||
./communications-gui.nix
|
||||
];
|
||||
|
||||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||
|
|
|
|||
|
|
@ -2,6 +2,5 @@
|
|||
{
|
||||
home.packages = with pkgs; [
|
||||
freshfetch
|
||||
neofetch
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue