my tummy hort

This commit is contained in:
Mars 2024-10-05 00:43:16 -04:00
parent a1115d88b4
commit 017cad38b0
Signed by: pupbrained
GPG key ID: 0FF5B8826803F895
4 changed files with 74 additions and 65 deletions

View file

@ -106,6 +106,7 @@ in {
beeper
duf
eternal-terminal
emacs30-pgtk
equibop
glow
grc
@ -196,7 +197,7 @@ in {
'';
};
in {
enable = true;
enable = false;
theme.name = "adw-gtk3-dark";
theme.package = pkgs.adw-gtk3;
@ -225,11 +226,6 @@ in {
programs = {
xmobar.enable = true;
emacs = {
enable = true;
package = inputs.emacs.packages.${pkgs.system}.default;
};
wezterm.extraConfig = builtins.readFile ./wezterm.lua;
git = {

View file

@ -116,7 +116,7 @@ local config = {
enable_scroll_bar = false,
enable_wayland = true,
font_size = 12,
font = wezterm.font('Maple Mono NF'),
font = wezterm.font('Iosevka Comfy Wide Motion'),
front_end = 'WebGpu',
keys = keybinds,
underline_position = -4,