Nyx-Modules/Modules/Home/GUI-Apps/Gaming/default.nix
2025-08-29 12:29:00 +02:00

8 lines
110 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
./classic-game-collection.nix
./prismlauncher.nix
];
}