nixcfg/nixosModules/services/default.nix

9 lines
65 B
Nix

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