moved kanata config into its own directory with kanata.nix

This commit is contained in:
lulusilly 2025-12-24 23:50:40 -04:00
parent ae6fda00a0
commit eb01c9561f
5 changed files with 167 additions and 9 deletions

View file

@ -68,7 +68,7 @@
co = "checkout";
s = "status";
pu = "push origin master";
po = "push origin main"
po = "push origin main";
rmc = "rm -r --cached";
};
};