mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Fix steam-run
This commit is contained in:
parent
9f82487008
commit
1447fa7ec5
@ -12,7 +12,7 @@ with lib; {
|
|||||||
in
|
in
|
||||||
mkIf cfg.enable {
|
mkIf cfg.enable {
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
(pkgs.unstable.steam.override {withJava = true;}).run
|
(pkgs.unstable.steam.override {extraPkgs = pkgs: [pkgs.jdk8];}).run
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user