nixos-config/shared/default.nix

11 lines
107 B
Nix

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