wehh
This commit is contained in:
commit
4cb75e5f9c
2152
flake.lock
2152
flake.lock
File diff suppressed because it is too large
Load diff
|
@ -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,
|
||||
|
|
|
@ -39,6 +39,21 @@
|
|||
};
|
||||
|
||||
fonts = {
|
||||
packages = with pkgs.iosevka-comfy; [
|
||||
comfy
|
||||
comfy-duo
|
||||
comfy-fixed
|
||||
comfy-motion
|
||||
comfy-motion-duo
|
||||
comfy-motion-fixed
|
||||
comfy-wide
|
||||
comfy-wide-duo
|
||||
comfy-wide-fixed
|
||||
comfy-wide-motion
|
||||
comfy-wide-motion-duo
|
||||
comfy-wide-motion-fixed
|
||||
];
|
||||
|
||||
fontconfig = {
|
||||
subpixel.rgba = "rgb";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue