add lutris by default
This commit is contained in:
@@ -37,13 +37,12 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = [ pkgs.mangohud ]
|
environment.systemPackages = with pkgs; [ mangohud lutris ]
|
||||||
++ optionals cfg.enablePreinstalled (with pkgs; [
|
++ optionals cfg.enablePreinstalled (with pkgs; [
|
||||||
#taisei
|
#taisei
|
||||||
#osu-lazer-bin
|
#osu-lazer-bin
|
||||||
wineWowPackages.unstableFull
|
wineWowPackages.unstableFull
|
||||||
winetricks
|
winetricks
|
||||||
lutris
|
|
||||||
heroic
|
heroic
|
||||||
prismlauncher
|
prismlauncher
|
||||||
steamtinkerlaunch
|
steamtinkerlaunch
|
||||||
|
|||||||
@@ -71,6 +71,8 @@
|
|||||||
ryzenadj
|
ryzenadj
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.joycond.enable = true;
|
||||||
|
|
||||||
#todo: extract this
|
#todo: extract this
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
xkb.layout = config.mainUser.layout;
|
xkb.layout = config.mainUser.layout;
|
||||||
|
|||||||
Reference in New Issue
Block a user