diff --git a/nixos/configurations.nix b/nixos/configurations.nix index 877c6a9..248c4c4 100644 --- a/nixos/configurations.nix +++ b/nixos/configurations.nix @@ -21,6 +21,8 @@ let "brgenml1lpr" "saleae-logic-2" "spotify" + "steam" + "steam-unwrapped" ]; }; nixosSystem = nixpkgs.lib.nixosSystem; diff --git a/nixos/modules/steam.nix b/nixos/modules/steam.nix index e14add3..2d2963f 100644 --- a/nixos/modules/steam.nix +++ b/nixos/modules/steam.nix @@ -15,11 +15,11 @@ in }; }; config = mkIf cfg.enable { + programs.steam.enable = true; hardware.graphics = { enable = true; extraPackages32 = with pkgs.pkgsi686Linux; [ libva ]; }; - - hardware.pulseaudio.support32Bit = true; + services.pulseaudio.support32Bit = true; }; } diff --git a/nixos/stolas/default.nix b/nixos/stolas/default.nix index 1c5cc9b..28819f1 100644 --- a/nixos/stolas/default.nix +++ b/nixos/stolas/default.nix @@ -94,6 +94,7 @@ enable = true; repo = "u355513-sub5@u355513-sub5.your-storagebox.de:/home/backup"; }; + steam.enable = true; }; programs = {