[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;
|
hardware.keyboard.zsa.enable = true;
|
||||||
|
|
||||||
|
environment = {
|
||||||
|
homeBinInPath = true;
|
||||||
|
localBinInPath = true;
|
||||||
|
extraInit = ''
|
||||||
|
export PATH="$HOME/.lib/bin:$PATH"
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
exportConfiguration = true;
|
exportConfiguration = true;
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user