9 lines
86 B
Nix

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