chore: cleanup configs
This commit is contained in:
parent
12416bc448
commit
b202dc94f7
18 changed files with 493 additions and 332 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
|
@ -14,9 +14,16 @@
|
|||
../../modules/programs/zsh.nix
|
||||
];
|
||||
|
||||
programs.zsh = {
|
||||
localVariables = {
|
||||
programs.ssh.matchBlocks."*".extraOptions = {
|
||||
SetEnv = "TERM=xterm-256color";
|
||||
};
|
||||
programs.zsh = {
|
||||
localVariables = {
|
||||
SSH_AUTH_SOCK = "/Users/duumxh/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh";
|
||||
};
|
||||
};
|
||||
};
|
||||
shellAliases = {
|
||||
nix-upgrade = "sudo darwin-rebuild switch --flake ~/Nix";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue