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
|
@ -7,6 +7,11 @@
|
|||
...
|
||||
}:
|
||||
with lib; {
|
||||
|
||||
imports = [
|
||||
./modules
|
||||
];
|
||||
|
||||
xdg.enable = true;
|
||||
|
||||
programs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue