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": { "locked": {
"lastModified": 1, "lastModified": 1,
"narHash": "sha256-wBVLwFjGszsaibW+oPRSRFq6vzKPxSmfsh1evEQ56Ow=", "narHash": "sha256-wBVLwFjGszsaibW+oPRSRFq6vzKPxSmfsh1evEQ56Ow=",
"path": "/nix/store/g3jpiga00m0jbm5jcyrsbvzbbqapg7i8-source/system/extras/pydev", "path": "/nix/store/j8lij0zvy21f1nyzh1w1jl2zyjl683pb-source/system/extras/pydev",
"type": "path" "type": "path"
}, },
"original": { "original": {
"path": "/nix/store/g3jpiga00m0jbm5jcyrsbvzbbqapg7i8-source/system/extras/pydev", "path": "/nix/store/j8lij0zvy21f1nyzh1w1jl2zyjl683pb-source/system/extras/pydev",
"type": "path" "type": "path"
} }
}, },

View File

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

View File

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