forked from fabian/nix_config
modularize neovim and terminal
This commit is contained in:
parent
85dfcfdb72
commit
001642dc94
9 changed files with 104 additions and 74 deletions
11
home/modules/default.nix
Normal file
11
home/modules/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./terminal
|
||||
./neovim.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue