config
This commit is contained in:
parent
acae27684e
commit
cb9b393cf0
3 changed files with 21 additions and 19 deletions
|
|
@ -4,6 +4,8 @@ alias cringe = sudo bootctl set-oneshot auto-windows
|
|||
alias fetch = macchina
|
||||
alias ff = firefox
|
||||
alias gc = sudo nix-collect-garbage -d
|
||||
alias js = jj status
|
||||
alias jd = jj diff
|
||||
alias pu = pueue
|
||||
alias rb = sudo nixos-rebuild boot --flake ~/Projects/NOflake/
|
||||
alias rs = sudo nixos-rebuild switch --flake ~/Projects/NOflake/
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
local wezterm = require 'wezterm';
|
||||
local config = {
|
||||
font = wezterm.font 'FiraCode Nerd Font',
|
||||
color_scheme = "Dracula",
|
||||
color_scheme = 'Dracula',
|
||||
warn_about_missing_glyphs = true,
|
||||
check_for_updates = false,
|
||||
hide_tab_bar_if_only_one_tab = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue