fix(home-manager)!: comment out NIX_PATH
shenanigan
This commit is contained in:
parent
fe54f8395f
commit
71efe77560
1 changed files with 10 additions and 10 deletions
|
@ -7,16 +7,16 @@
|
|||
options = { };
|
||||
|
||||
config = {
|
||||
# Add flake inputs to $NIX_PATH
|
||||
home.sessionVariables = {
|
||||
NIX_PATH =
|
||||
builtins.concatStringsSep
|
||||
":"
|
||||
(lib.mapAttrsToList
|
||||
(name: input:
|
||||
"${name}=${input.sourceInfo.outPath}")
|
||||
inputs);
|
||||
};
|
||||
# # Add flake inputs to $NIX_PATH
|
||||
# home.sessionVariables = {
|
||||
# NIX_PATH =
|
||||
# builtins.concatStringsSep
|
||||
# ":"
|
||||
# (lib.mapAttrsToList
|
||||
# (name: input:
|
||||
# "${name}=${input.sourceInfo.outPath}")
|
||||
# inputs);
|
||||
# };
|
||||
|
||||
# Use flake overlays by default
|
||||
nixpkgs = {
|
||||
|
|
Loading…
Reference in a new issue