mangohud to extrapackages of steam
This commit is contained in:
@@ -6,7 +6,9 @@
|
|||||||
config = lib.mkIf config.lumpiastyHome.gaming {
|
config = lib.mkIf config.lumpiastyHome.gaming {
|
||||||
programs.lutris = {
|
programs.lutris = {
|
||||||
enable = true;
|
enable = true;
|
||||||
steamPackage = pkgs.steam;
|
steamPackage = pkgs.steam.override {
|
||||||
|
extraPkgs = pkgs': with pkgs'; [ mangohud ];
|
||||||
|
};
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
mangohud
|
mangohud
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user