nixos-config/shared/default.nix

10 lines
92 B
Nix

{ ... }:
{
imports = [
./caches.nix
./gpg.nix
./sops.nix
./vim.nix
];
}