reorganize config structure

This commit is contained in:
Fabian Montero 2024-08-23 18:16:19 -06:00
parent 6331ddae50
commit 468c95c7a1
Signed by untrusted user: fabian
GPG key ID: 1FFAC35E1798174F
18 changed files with 15 additions and 26 deletions

View file

@ -9,7 +9,7 @@ with lib;
git = {
enable = true;
userEmail = "fabian@posixlycorrect.com";
userName = "fabianmv";
userName = "fabian";
};
neovim.enable = true;
};

View file

@ -3,7 +3,7 @@ with lib;
{
imports = [
./lib
./cli.nix
];
home = {

View file

@ -1,5 +0,0 @@
{
imports = [
./cli.nix
];
}