nixos-config/shared/default.nix

15 lines
208 B
Nix
Raw Permalink Normal View History

2023-04-06 22:31:45 +02:00
{ ... }:
{
2023-05-08 13:00:37 +02:00
programs.nix-index-database.comma.enable = true;
2023-04-06 22:31:45 +02:00
imports = [
2023-05-16 09:51:30 +02:00
./activation.nix
2024-05-13 14:09:56 +02:00
./gpg.nix
2023-04-06 22:31:45 +02:00
./vim.nix
2023-10-28 15:51:25 +02:00
./nix.nix
2023-12-12 17:44:28 +01:00
./systemd.nix
2023-05-26 00:01:59 +02:00
./tmux.nix
2023-10-26 12:12:45 +02:00
./yazi.nix
2023-04-21 20:03:23 +02:00
./zsh.nix
2023-04-06 22:31:45 +02:00
];
}