mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 16:57:55 +00:00
Gabriel Arazas
dfb16a9f0b
There is an upstream module of it now with the same settings so it is unnecessary.
11 lines
213 B
Nix
11 lines
213 B
Nix
{
|
|
imports = [
|
|
./keyunmaps.nix
|
|
./plugins/dressing-nvim.nix
|
|
./plugins/lush-nvim.nix
|
|
./plugins/legendary-nvim.nix
|
|
./plugins/nvim-config-local.nix
|
|
./plugins/nvim-remote-containers.nix
|
|
];
|
|
}
|