moved parts of config around

This commit is contained in:
Moritz Böhme 2021-09-10 08:59:21 +02:00
parent ec5255f6ae
commit 2dc6539002
4 changed files with 27 additions and 61 deletions

View file

@ -21,6 +21,12 @@
# e.g the inputs which contain `legacyPackages` attribute are used.
channelsConfig.allowUnfree = true;
nix.package = nixpkgs.nixFlakes;
nix.extraOptions = ''
experimental-features = nix-command flakes
'';
hostDefaults.modules = [
home-manager.nixosModules.home-manager
{