nixcfg/nixosModules/apps/default.nix

6 lines
69 B
Nix

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