init commit, ly, i3, polybar, neovim, alacritty, NixOS Flakes + Home-Manager
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
settings = {
|
||||
user = {
|
||||
name = "joshashtondev";
|
||||
email = "me@joshashton.dev";
|
||||
};
|
||||
|
||||
init.defaultBranch = "main";
|
||||
pull.rebase = true;
|
||||
push.autoSetupRemote = true;
|
||||
};
|
||||
|
||||
ignores = [
|
||||
".env"
|
||||
"*.log"
|
||||
"*.swp"
|
||||
".DS_STORE"
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user