mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-15 00:50:34 +01:00
enable flakes and nix-command
This commit is contained in:
parent
b2f3ad7803
commit
baaf9f6cf3
1 changed files with 5 additions and 5 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue