enable flakes and nix-command

This commit is contained in:
Quentin Boyer 2021-11-25 19:26:09 +01:00
parent b2f3ad7803
commit baaf9f6cf3

View file

@ -12,12 +12,12 @@
};
};
/* nix = {
nix = {
package = pkgs.nixUnstable;
extraOptions = ''
experimental-features = nix-command flakes
experimental-features = nix-command flakes
'';
}; */
};
nixpkgs.config = {
allowUnfree = true;
@ -34,9 +34,9 @@
/* nixpkgs.config.packageOverrides = pkgs: {
steam = pkgs.steam.override {
nativeOnly = true;
nativeOnly = true;
};
}; */
}; */
programs.steam.enable = true;