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
|
beeper
|
||||||
duf
|
duf
|
||||||
eternal-terminal
|
eternal-terminal
|
||||||
|
emacs30-pgtk
|
||||||
equibop
|
equibop
|
||||||
glow
|
glow
|
||||||
grc
|
grc
|
||||||
|
@ -196,7 +197,7 @@ in {
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
enable = true;
|
enable = false;
|
||||||
theme.name = "adw-gtk3-dark";
|
theme.name = "adw-gtk3-dark";
|
||||||
theme.package = pkgs.adw-gtk3;
|
theme.package = pkgs.adw-gtk3;
|
||||||
|
|
||||||
|
@ -225,11 +226,6 @@ in {
|
||||||
programs = {
|
programs = {
|
||||||
xmobar.enable = true;
|
xmobar.enable = true;
|
||||||
|
|
||||||
emacs = {
|
|
||||||
enable = true;
|
|
||||||
package = inputs.emacs.packages.${pkgs.system}.default;
|
|
||||||
};
|
|
||||||
|
|
||||||
wezterm.extraConfig = builtins.readFile ./wezterm.lua;
|
wezterm.extraConfig = builtins.readFile ./wezterm.lua;
|
||||||
|
|
||||||
git = {
|
git = {
|
||||||
|
|
|
@ -116,7 +116,7 @@ local config = {
|
||||||
enable_scroll_bar = false,
|
enable_scroll_bar = false,
|
||||||
enable_wayland = true,
|
enable_wayland = true,
|
||||||
font_size = 12,
|
font_size = 12,
|
||||||
font = wezterm.font('Maple Mono NF'),
|
font = wezterm.font('Iosevka Comfy Wide Motion'),
|
||||||
front_end = 'WebGpu',
|
front_end = 'WebGpu',
|
||||||
keys = keybinds,
|
keys = keybinds,
|
||||||
underline_position = -4,
|
underline_position = -4,
|
||||||
|
|
|
@ -39,6 +39,21 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts = {
|
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 = {
|
fontconfig = {
|
||||||
subpixel.rgba = "rgb";
|
subpixel.rgba = "rgb";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue