vanadium: add ~/.local/bin to sessionPath

This commit is contained in:
Primrose 2025-05-23 09:53:13 +02:00
parent 5fee505588
commit a59a198329
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -1,6 +1,10 @@
{pkgs, ...}: let
{pkgs, config, ...}: let
inherit (pkgs) myPkgs;
in {
home.sessionPath = [
"${config.home.homeDirectory}/.local/bin"
];
imports = [
#
# CLI / TUI