mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
15 lines
205 B
Nix
15 lines
205 B
Nix
{ ... }:
|
|
{
|
|
programs.nix-index-database.comma.enable = true;
|
|
imports = [
|
|
./activation.nix
|
|
./gpg.nix
|
|
./sops.nix
|
|
./vim.nix
|
|
./nix.nix
|
|
./tmux.nix
|
|
./yazi.nix
|
|
./zsh.nix
|
|
];
|
|
}
|