mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium: add ~/.local/bin to sessionPath
This commit is contained in:
parent
5fee505588
commit
a59a198329
1 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,10 @@
|
|||
{pkgs, ...}: let
|
||||
{pkgs, config, ...}: let
|
||||
inherit (pkgs) myPkgs;
|
||||
in {
|
||||
home.sessionPath = [
|
||||
"${config.home.homeDirectory}/.local/bin"
|
||||
];
|
||||
|
||||
imports = [
|
||||
#
|
||||
# CLI / TUI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue