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

8 lines
85 B
Nix

{ config, pkgs, lib, ... }:
{
imports = [
./anime-launcher
./steam
];
}