hosta/data: inherit all nix settings
This commit is contained in:
parent
a070a780df
commit
c9863620cd
1 changed files with 1 additions and 3 deletions
|
@ -33,8 +33,6 @@
|
||||||
homeDirectory = lib.mkForce "/homes/${config.home.username}";
|
homeDirectory = lib.mkForce "/homes/${config.home.username}";
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.settings = {
|
nix = { inherit (main.nix) settings; };
|
||||||
inherit (main.nix.settings) use-xdg-base-directories;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue