hm/porcorosso-wsl: add nixpkgs to NIX_PATH
This commit is contained in:
parent
080577e0f3
commit
610d5ccf40
1 changed files with 9 additions and 3 deletions
|
@ -2,8 +2,14 @@
|
||||||
{
|
{
|
||||||
imports = [ ./graphical-client-wayland.nix ];
|
imports = [ ./graphical-client-wayland.nix ];
|
||||||
|
|
||||||
config.programs.keychain = {
|
config = {
|
||||||
enable = true;
|
programs.keychain = {
|
||||||
keys = [ "id_ed25519" ];
|
enable = true;
|
||||||
|
keys = [ "id_ed25519" ];
|
||||||
|
};
|
||||||
|
|
||||||
|
home.sessionVariables = {
|
||||||
|
NIX_PATH = "nixpkgs=/home/lukegb/depot/third_party/nixpkgs";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue