nixos/modules/system/apps/default.nix
2024-10-25 14:46:24 +02:00

8 lines
59 B
Nix

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