updated system config
This commit is contained in:
parent
f97f95e93f
commit
ff72e5e461
1 changed files with 5 additions and 0 deletions
|
@ -276,6 +276,11 @@
|
||||||
};
|
};
|
||||||
environment.variables.EDITOR = "nvim";
|
environment.variables.EDITOR = "nvim";
|
||||||
|
|
||||||
|
programs.steam = {
|
||||||
|
enable = true;
|
||||||
|
package = with pkgs; steam.override {extraPkgs = pkgs: [attr];};
|
||||||
|
};
|
||||||
|
|
||||||
# Allow unfree packages
|
# Allow unfree packages
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
|
|
Loading…
Reference in a new issue