Files
nixos-flake/modules/apps/default.nix
T
2026-01-19 15:04:39 +00:00

11 lines
115 B
Nix

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