Add steam

This commit is contained in:
Andreas Zweili 2021-11-16 21:14:34 +01:00
parent f492cb327c
commit 36a55ad3de
1 changed files with 5 additions and 0 deletions

View File

@ -73,6 +73,11 @@
# $ nix search wget
# allow non-free packages
nixpkgs.config.allowUnfree = true;
# enable steam
programs.steam.enable = true;
hardware.steam-hardware.enable = true;
environment.variables = {
EDITOR = "vim";
};