nixvimConfig/modules/nixOS/bundles/core/default.nix

9 lines
66 B
Nix

{
pkgs,
lib,
...
}: {
imports = [
# ./sops.nix
];
}