darwin fixes
This commit is contained in:
@@ -27,14 +27,10 @@
|
||||
#eval $(thefuck --alias)
|
||||
'';
|
||||
|
||||
profileExtra = lib.mkIf (hostname != "eva-02") ''
|
||||
profileExtra = ''
|
||||
export SSH_AUTH_SOCK=~/.1password/agent.sock
|
||||
'';
|
||||
|
||||
profileExtra = lib.mkIf (hostname == "eva-02") ''
|
||||
export SSH_AUTH_SOCK=~/1password/agent.sock
|
||||
'';
|
||||
|
||||
initContent = ''
|
||||
fastfetch
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user