This commit is contained in:
2025-09-18 19:39:55 -06:00
parent 93691d8cf9
commit c9d70da47e
3 changed files with 12 additions and 4 deletions

4
flake.lock generated
View File

@@ -184,11 +184,11 @@
"locked": {
"lastModified": 1,
"narHash": "sha256-wBVLwFjGszsaibW+oPRSRFq6vzKPxSmfsh1evEQ56Ow=",
"path": "/nix/store/g3jpiga00m0jbm5jcyrsbvzbbqapg7i8-source/system/extras/pydev",
"path": "/nix/store/j8lij0zvy21f1nyzh1w1jl2zyjl683pb-source/system/extras/pydev",
"type": "path"
},
"original": {
"path": "/nix/store/g3jpiga00m0jbm5jcyrsbvzbbqapg7i8-source/system/extras/pydev",
"path": "/nix/store/j8lij0zvy21f1nyzh1w1jl2zyjl683pb-source/system/extras/pydev",
"type": "path"
}
},

View File

@@ -60,6 +60,7 @@
../packages/twmn/twmn.nix
../packages/zellij/zellij.nix
../packages/zoxide/zoxide.nix
# ../packages/zsh/zsh.nix
# package bundles
./bundles/langs.nix
];

View File

@@ -10,10 +10,17 @@
enable = true;
antidote = {
enable = true;
plugins = {};
# plugins = [
# "colored-man-pages"
# "colorize"
# "cp"
# "history"
# "ssh-agent"
# "zoxide"
# ];
useFriendlyNames = true;
};
autosuggestions = {
autosuggestion = {
enable = true;
};
shellAliases = {