mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-09 23:49:43 +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
|
@ -133,6 +133,10 @@
|
|||
virt-manager
|
||||
OVMF
|
||||
];
|
||||
};
|
||||
environment = {
|
||||
homeBinInPath = true; # Include ~/bin/ in $PATH
|
||||
localBinInPath = true; # Include ~/.local/bin in $PATH
|
||||
};
|
||||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
|
Loading…
Reference in a new issue