• 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
13 lines
142 B
Nix
13 lines
142 B
Nix
{
|
|
pkgs,
|
|
lib,
|
|
...
|
|
}:
|
|
{
|
|
imports = lib.custom.scanPaths ./.;
|
|
|
|
home.packages = with pkgs; [
|
|
prismlauncher
|
|
# modrinth-app
|
|
];
|
|
}
|