script: Various fixes
This commit is contained in:
parent
6e4130fd26
commit
bf796d9587
5 changed files with 12 additions and 11 deletions
|
@ -337,7 +337,8 @@
|
|||
sessionPath = [
|
||||
"${config.home.homeDirectory}/.local/bin"
|
||||
"${config.home.sessionVariables.GOPATH}"
|
||||
(builtins.toString ./scripts)
|
||||
"${config.home.homeDirectory}/.config/dotfiles/hm/scripts" # Not Nix path otherwise it gets converted into store,
|
||||
# and then every time you want to modify a script you have to rebuild and re-login...
|
||||
];
|
||||
# TODO Way to automatically setup an home-manager install
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue