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; [
|
||||
#taisei
|
||||
#osu-lazer-bin
|
||||
wineWowPackages.unstableFull
|
||||
winetricks
|
||||
lutris
|
||||
heroic
|
||||
prismlauncher
|
||||
steamtinkerlaunch
|
||||
|
||||
@@ -71,6 +71,8 @@
|
||||
ryzenadj
|
||||
];
|
||||
|
||||
services.joycond.enable = true;
|
||||
|
||||
#todo: extract this
|
||||
services.xserver = {
|
||||
xkb.layout = config.mainUser.layout;
|
||||
|
||||
Reference in New Issue
Block a user