nixcfg/nixosModules/services/default.nix

9 lines
65 B
Nix
Raw Normal View History

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