nix-system/home/gaming.nix
Antoine Vaure 1a0086f941
All checks were successful
/ build-all (push) Successful in 1m18s
replace variant argument with modules
2025-09-03 16:11:05 +02:00

12 lines
187 B
Nix

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