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

9 lines
84 B
Nix
Raw Normal View History

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