Move config files around for organization. WIP
This commit is contained in:
15
nixos-modules/devtools.nix
Normal file
15
nixos-modules/devtools.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ config, pkgs, ...} : {
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
config = {
|
||||
init = {
|
||||
defaultBranch = "main";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user