mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-07-06 21:36:34 +05:30
refactor: split code into modules
This commit is contained in:
10
modules/base/default.nix
Normal file
10
modules/base/default.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
imports = [
|
||||
./nix.nix
|
||||
./nixpkgs.nix
|
||||
./nh.nix
|
||||
./overlays.nix
|
||||
./substituters.nix
|
||||
./user.nix
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user