steam.nix: enable steam
This commit is contained in:
parent
8e37ff1bd2
commit
4b853a8962
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ with lib; let
|
|||
in {
|
||||
config = mkIf cfg.enable {
|
||||
programs.steam = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
package = pkgs.steam.override {
|
||||
extraEnv = {
|
||||
MANGOHUD = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue