nix-system/home/gaming.nix
ant 85e75928dc
All checks were successful
/ build-all (push) Successful in 54s
Use Nixos modules for home manager configurations
2026-03-12 23:32:44 +01:00

11 lines
145 B
Nix

{ lib, config, pkgs, ... }: {
home.packages = with pkgs; [
lutris
prismlauncher
gamemode
mangohud
heroic
steam
];
}