wehh
This commit is contained in:
commit
4cb75e5f9c
4 changed files with 18 additions and 2159 deletions
|
@ -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 = {
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue