[NixOS] Add HOME elements to path var in environment
This commit is contained in:
parent
565f3f79e6
commit
5354ec639c
@ -90,6 +90,14 @@
|
||||
|
||||
hardware.keyboard.zsa.enable = true;
|
||||
|
||||
environment = {
|
||||
homeBinInPath = true;
|
||||
localBinInPath = true;
|
||||
extraInit = ''
|
||||
export PATH="$HOME/.lib/bin:$PATH"
|
||||
'';
|
||||
};
|
||||
|
||||
services.xserver = {
|
||||
exportConfiguration = true;
|
||||
enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user