Bruno BELANYI
5d508771ce
This actually uses neovim... I'm done with trying to be compatible with both I haven't actually migrated my configuration to it yet, this is not even the bare minimum. We'll get there :-)
21 lines
283 B
Nix
21 lines
283 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./bat.nix
|
|
./direnv.nix
|
|
./documentation.nix
|
|
./git
|
|
./gpg.nix
|
|
./htop.nix
|
|
./jq.nix
|
|
./packages.nix
|
|
./pager.nix
|
|
./secrets # Home-manager specific secrets
|
|
./ssh.nix
|
|
./tmux.nix
|
|
./vim
|
|
./xdg.nix
|
|
./zsh
|
|
];
|
|
}
|