home: setup additional paths
This commit is contained in:
parent
ba2ccb559c
commit
e16eb29345
2 changed files with 8 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
./alacritty.nix
|
./alacritty.nix
|
||||||
./emacs.nix
|
./emacs.nix
|
||||||
|
./env.nix
|
||||||
./fish
|
./fish
|
||||||
./flameshot.nix
|
./flameshot.nix
|
||||||
./secrets
|
./secrets
|
||||||
|
|
|
||||||
7
home/env.nix
Normal file
7
home/env.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{ config, ... }:
|
||||||
|
{
|
||||||
|
home.sessionPath = [
|
||||||
|
"${config.xdg.configHome}/emacs/bin"
|
||||||
|
"${config.home.homeDirectory}/.cargo/bin"
|
||||||
|
];
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue