nixcfg/nixosModules/services/default.nix

9 lines
79 B
Nix

{
pkgs,
lib,
config,
...
}: {
imports = [./binaryCache ./flatpak];
}