chore: minor fixes
This commit is contained in:
parent
3f841cb9ba
commit
8cd75009d9
3 changed files with 11 additions and 7 deletions
|
|
@ -10,12 +10,6 @@
|
|||
XDG_TERMINAL_EMULATOR = "wezterm";
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Zoty";
|
||||
userEmail = "zotydev@gmail.com";
|
||||
};
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
|
|
|
|||
|
|
@ -5,9 +5,19 @@
|
|||
extraConfig = ''
|
||||
local config = wezterm.config_builder()
|
||||
|
||||
config.front_end = "OpenGL"
|
||||
config.enable_tab_bar = false
|
||||
config.max_fps = 60
|
||||
config.animation_fps = 60
|
||||
config.enable_wayland = true
|
||||
|
||||
return config
|
||||
'';
|
||||
};
|
||||
|
||||
# I'm not sure why, but this removes the annoying input
|
||||
# delay from wezterm.
|
||||
home.sessionVariables = {
|
||||
__GL_SYNC_TO_VBLANK = "0";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue