dot.nix/home/global/common/gaming/default.nix
Chris Toph c23c83ba8b
Some checks are pending
Build NixOS ISOs (x86 only) / build-iso (x86, desktop) (push) Waiting to run
Build NixOS ISOs (x86 only) / build-iso (x86, server) (push) Waiting to run
Build NixOS ISOs (x86 only) / create-release (push) Blocked by required conditions
Modularizes gaming configuration and wrap steam command
• Splits gamescope-run logic into its own file
• Extracts mangohud settings into a dedicated file
• Cleans up default config
• Wraps 'steam' command with gamescope-run
2025-06-20 22:29:31 -04:00

13 lines
142 B
Nix

{
pkgs,
lib,
...
}:
{
imports = lib.custom.scanPaths ./.;
home.packages = with pkgs; [
prismlauncher
# modrinth-app
];
}