dotfiles/homes/x86_64-linux/christopher@cobalt/misc/gaming.nix
Christopher Mühl 54e67cf2de
Install copyparty
Move some services and configurations around
2025-09-18 13:34:10 +02:00

20 lines
368 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
prismlauncher # minecraft launcher
heroic # gog/epic launcher
# game manager
(lutris.override {
extraLibraries = pkgs:
with pkgs; [
libadwaita
libunwind
gtk4
];
})
gamemode # performance mode
mangohud # performance overlays
alvr
];
}