nixos-config/shared/default.nix

11 lines
107 B
Nix
Raw Normal View History

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