10 lines
178 B
Nix
10 lines
178 B
Nix
|
{
|
||
|
# Import all your configuration modules here
|
||
|
imports = [
|
||
|
./plugins.nix
|
||
|
./options.nix
|
||
|
./keymaps.nix
|
||
|
];
|
||
|
# TODO shades-of-purple-superdark as a color schema
|
||
|
}
|