nixcfg/nixosModules/services/default.nix

11 lines
73 B
Nix

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