new imports
This commit is contained in:
parent
9870cb1236
commit
d459d592eb
1 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
imports = [./config ./plugins];
|
imports = [
|
||||||
|
./colorscheme.nix
|
||||||
|
./options.nix
|
||||||
|
./plugins
|
||||||
|
];
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
# Use <Space> as leader key
|
# Use <Space> as leader key
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue