Remove homemanager steam

This commit is contained in:
GHOSCHT 2024-01-07 15:37:54 +01:00
parent a4d176a3b8
commit c89472f897
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82
2 changed files with 0 additions and 32 deletions

View file

@ -1,5 +1,4 @@
{pkgs, ...}: {
imports = [
# ./steam.nix
];
}

View file

@ -1,31 +0,0 @@
{
pkgs,
lib,
config,
...
}: let
steam-with-pkgs = pkgs.steam.override {
extraPkgs = pkgs:
with pkgs; [
xorg.libXcursor
xorg.libXi
xorg.libXinerama
xorg.libXScrnSaver
libpng
libpulseaudio
libvorbis
stdenv.cc.cc.lib
libkrb5
keyutils
gamescope
mangohud
];
};
in {
home.packages = with pkgs; [
steam-with-pkgs
gamescope
mangohud
protontricks
];
}