nixos/modules/system/apps/default.nix

9 lines
70 B
Nix

{ ... }:
{
imports = [
./flatpak
./qemu
./steam
];
}