dotfiles/modules/gaming/default.nix
2025-06-26 17:03:29 +02:00

7 lines
72 B
Nix

{ ... }:
{
imports = [
./steam.nix
./prismlauncher.nix
];
}