From f81984bc7d87968ebe79fa52cdeabce6dbfc4779 Mon Sep 17 00:00:00 2001 From: sadan <117494111+sadan4@users.noreply.github.com> Date: Tue, 25 Mar 2025 00:53:14 -0400 Subject: [PATCH] whoops --- common/users/homeModules/utils.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/common/users/homeModules/utils.nix b/common/users/homeModules/utils.nix index 85c94d2..8bd4fd4 100644 --- a/common/users/homeModules/utils.nix +++ b/common/users/homeModules/utils.nix @@ -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="; + # } + # })"; + # ''; + # }; + # }; }