Files
nixos-flake/modules/apps/default.nix
T

10 lines
86 B
Nix

{ ... }:
{
imports = [
./qbittorrent.nix
./steam.nix
./wine.nix
];
}