feat(stolas): add steam

This commit is contained in:
Tim Schubert 2025-08-02 21:11:25 +02:00
parent d149303ed2
commit cef93c482b
No known key found for this signature in database
3 changed files with 5 additions and 2 deletions

View file

@ -21,6 +21,8 @@ let
"brgenml1lpr"
"saleae-logic-2"
"spotify"
"steam"
"steam-unwrapped"
];
};
nixosSystem = nixpkgs.lib.nixosSystem;

View file

@ -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;
};
}

View file

@ -94,6 +94,7 @@
enable = true;
repo = "u355513-sub5@u355513-sub5.your-storagebox.de:/home/backup";
};
steam.enable = true;
};
programs = {