default for lib modules

main
Zynh Ludwig 2024-05-29 20:42:31 -07:00
parent f011d8c78d
commit 043b1668a2
2 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{ {
imports = [ imports = [
./home/modules/neovim.nix ./home/modules
./home/modules/git.nix ./home/modules/git.nix
./home/modules/fish.nix ./home/modules/fish.nix
./home/modules/alacritty.nix ./home/modules/alacritty.nix

4
home/modules/default.nix Normal file
View File

@ -0,0 +1,4 @@
{ ... }:
{
imports = [ ./neovim.nix ];
}