mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-03-28 19:27:51 -04:00
whoops
This commit is contained in:
parent
f23cda5e8d
commit
f81984bc7d
1 changed files with 14 additions and 0 deletions
|
@ -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=";
|
||||
# }
|
||||
# })";
|
||||
# '';
|
||||
# };
|
||||
# };
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue