1
1
Fork 0
mirror of https://git.sr.ht/~rouven/nixos-config synced 2025-03-01 04:40:56 +01:00
nixos-config/shared/default.nix

12 lines
178 B
Nix

{ ... }:
{
programs.nix-index-database.comma.enable = true;
imports = [
./activation.nix
./caches.nix
./gpg.nix
./sops.nix
./vim.nix
./zsh.nix
];
}