summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmun.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/mun.nix b/mun.nix
index 6887b63..d9f488b 100755
--- a/mun.nix
+++ b/mun.nix
@@ -135,8 +135,7 @@
};
initContent = ''
- export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket
- fastfetch
+ fastfetch --config examples/9.jsonc
'';
};
};