summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home.nix14
1 files changed, 10 insertions, 4 deletions
diff --git a/home.nix b/home.nix
index d6ed1fd..84e89ad 100644
--- a/home.nix
+++ b/home.nix
@@ -46,10 +46,15 @@
};
};
- programs.ssh = {
- enable = true;
- };
-
+# programs.ssh = {
+# enable = true;
+# matchBlocks = {
+# "*" = {
+# identityFile = "${config.home.homeDirectory}/.ssh/id_ed25519";
+# };
+# };
+# };
+#
home.sessionVariables = {
EDITOR = "kak";
TERMINAL = "st";
@@ -136,6 +141,7 @@
programs.bash = {
enable = true;
bashrcExtra = ''
+ export PATH=$PATH:$HOME/.local/bin
[[ -f ~/.cache/wal/sequences ]] && (cat ~/.cache/wal/sequences &)
unset LD_PRELOAD
if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then