This commit is contained in:
Gene Liverman 2023-12-16 22:46:04 -05:00
parent 493ac02c33
commit 86daca782c
2 changed files with 7 additions and 1 deletions

View file

@ -83,6 +83,10 @@
enableZshIntegration = true;
settings = builtins.fromJSON (builtins.unsafeDiscardStringContext (builtins.readFile (genebean-omp-themes + "/beanbag.omp.json")));
};
tmux = {
enable = true;
historyLimit = 100000;
};
vim = {
enable = true;
defaultEditor = true;