hosta/data: inherit all nix settings

This commit is contained in:
Infinidoge 2024-01-13 18:55:02 -05:00
parent a070a780df
commit c9863620cd
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -33,8 +33,6 @@
homeDirectory = lib.mkForce "/homes/${config.home.username}";
};
nix.settings = {
inherit (main.nix.settings) use-xdg-base-directories;
};
nix = { inherit (main.nix) settings; };
};
}