diff --git a/home/variables.nix b/home/variables.nix index 96cf63e..f851266 100644 --- a/home/variables.nix +++ b/home/variables.nix @@ -12,4 +12,8 @@ ITCHIO_API_KEY = "\$(cat ${config.age.secrets."itchy".path})"; ELIXIRE_API_KEY = "\$(cat ${config.age.secrets."elixire".path})"; }; + + home.sessionPath = [ + "$HOME/bin" + ]; }