mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49: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;
|
inherit (pkgs) myPkgs;
|
||||||
in {
|
in {
|
||||||
|
home.sessionPath = [
|
||||||
|
"${config.home.homeDirectory}/.local/bin"
|
||||||
|
];
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
#
|
#
|
||||||
# CLI / TUI
|
# CLI / TUI
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue