reorganize config structure
This commit is contained in:
parent
6331ddae50
commit
468c95c7a1
18 changed files with 15 additions and 26 deletions
|
@ -9,7 +9,7 @@ with lib;
|
|||
git = {
|
||||
enable = true;
|
||||
userEmail = "fabian@posixlycorrect.com";
|
||||
userName = "fabianmv";
|
||||
userName = "fabian";
|
||||
};
|
||||
neovim.enable = true;
|
||||
};
|
|
@ -3,7 +3,7 @@ with lib;
|
|||
{
|
||||
|
||||
imports = [
|
||||
./lib
|
||||
./cli.nix
|
||||
];
|
||||
|
||||
home = {
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
imports = [
|
||||
./cli.nix
|
||||
];
|
||||
}
|
Reference in a new issue