moved parts of config around
This commit is contained in:
parent
ec5255f6ae
commit
2dc6539002
4 changed files with 27 additions and 61 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue