mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-14 00:59:44 +00:00
add ~/bin and ~/.local/bin to path
This commit is contained in:
parent
17c1bffb71
commit
2593d91e79
1 changed files with 4 additions and 0 deletions
|
@ -134,6 +134,10 @@
|
||||||
OVMF
|
OVMF
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
environment = {
|
||||||
|
homeBinInPath = true; # Include ~/bin/ in $PATH
|
||||||
|
localBinInPath = true; # Include ~/.local/bin in $PATH
|
||||||
|
};
|
||||||
|
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation.libvirtd.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue