nixos-config/shared/default.nix

10 lines
92 B
Nix
Raw Normal View History

2023-04-06 22:31:45 +02:00
{ ... }:
{
imports = [
./caches.nix
./gpg.nix
./sops.nix
./vim.nix
];
}