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
];
};
#boot.initrd = {
# extraFiles = {
# "install".source = installFiles;
# };
#};
nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
environment.systemPackages = [
pkgs.vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
pkgs.wget