diff --git a/modules/features/alacritty.toml b/modules/features/alacritty.toml deleted file mode 100644 index 6b2eb06..0000000 --- a/modules/features/alacritty.toml +++ /dev/null @@ -1,57 +0,0 @@ -[terminal.shell] -args = ['--login'] -program = "/usr/bin/zsh" - -[cursor] -style = "Block" - -[font] -size = 12 - -[font.normal] -family = "BitstromWeraNerdFontMono" - -[window] -startup_mode = "Windowed" -dynamic_padding = true -opacity = 0.9 - -[window.padding] -x = 0 -y = 0 - -[colors.normal] -black = '0x090618' -red = '0xc34043' -green = '0x76946a' -yellow = '0xc0a36e' -blue = '0x7e9cd8' -magenta = '0x957fb8' -cyan = '0x6a9589' -white = '0xc8c093' - - -[colors.primary] -background = '0x1f1f28' -foreground = '0xdcd7ba' - -[colors.cursor] -cursor = '0x2d4f67' -text = '0xc8c093' - - -[[colors.indexed_colors]] -index = 16 -color = '0xffa066' - -[[colors.indexed_colors]] -index = 17 -color = '0xff5d62' - -[keyboard] -bindings = [ - {key="j", mods="Alt", action="ScrollHalfPageDown"}, - {key="k", mods="Alt", action="ScrollHalfPageUp"}, -] - -[terminal] diff --git a/modules/features/git.nix b/modules/features/git.nix index d6d625a..e8221ac 100644 --- a/modules/features/git.nix +++ b/modules/features/git.nix @@ -8,6 +8,7 @@ enable = true; config.user = { name = "Asdam9"; + email = "asdam9@asdam9.xyz"; }; }; };