nix-dotfiles/nixosModules/apps/games/default.nix

9 lines
85 B
Nix
Raw Normal View History

2024-04-07 17:08:48 -07:00
{ config, pkgs, lib, ... }:
{
2024-04-07 17:14:00 -07:00
imports = [
2024-04-07 17:08:48 -07:00
./anime-launcher
./steam
];
}