enable flakes

This commit is contained in:
Richard Mauer 2024-12-30 23:27:37 -05:00
parent 7a934d7f76
commit d64002ed00

View File

@ -38,11 +38,8 @@
tree tree
]; ];
}; };
#boot.initrd = { nixpkgs.config.allowUnfree = true;
# extraFiles = { nix.settings.experimental-features = [ "nix-command" "flakes" ];
# "install".source = installFiles;
# };
#};
environment.systemPackages = [ environment.systemPackages = [
pkgs.vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. pkgs.vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
pkgs.wget pkgs.wget