nixdots/home/programs/graphical/games/default.nix

7 lines
67 B
Nix
Raw Normal View History

2024-07-04 17:28:22 +00:00
_: {
imports = [
./prismlauncher.nix
2024-08-26 14:56:31 +00:00
./lutris.nix
2024-07-04 17:28:22 +00:00
];
}