random shit

This commit is contained in:
2025-11-11 16:34:13 -06:00
parent 51c3ae6d1e
commit d92a192a7f
3 changed files with 10 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ set ignorecase true
# shortcuts
map gb cd /holocron
map gn cd ~/.nix
map gc cd ~/.config
# navigation
map [ half-up

View File

@@ -45,6 +45,14 @@ in {
mode = "644";
path = "${home_dir}/.ssh/id_snowbelle.pub";
};
"id_blake" = {
mode = "0600";
path = "${home_dir}/.ssh/id_blake";
};
"id_blake.pub" = {
mode = "644";
path = "${home_dir}/.ssh/id_blake.pub";
};
};
};
}