nixcfg/nixosModules/apps/default.nix

6 lines
93 B
Nix

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