diff --git a/configuration.nix b/configuration.nix index e20a595..606bfff 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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"; };