This commit is contained in:
sadan 2025-03-25 00:53:14 -04:00
parent f23cda5e8d
commit f81984bc7d
No known key found for this signature in database

View file

@ -26,4 +26,18 @@
"$HOME/.local/bin"
];
};
# FIXME: this errors
# programs = {
# zsh = {
# # patchelf doesnt provide completions by default
# initExtra = ''
# eval "$(cat ${
# pkgs.fetchurl {
# url = "https://raw.githubusercontent.com/NixOS/patchelf/b9976d63c2bb860a7616dd5b3093571b0b48d2a4/completions/zsh/_patchelf";
# hash = "sha256-fEnmZhC9sXSqHNz3JFJ30dj658+a6iBtqGq8q4mahyw=";
# }
# })";
# '';
# };
# };
}