nixcfg/nixosModules/apps/default.nix
2024-03-28 16:40:23 -04:00

6 lines
69 B
Nix

{ pkgs, lib, config, ... }: {
imports = [ ./flatpak ./steam ];
}