updates
This commit is contained in:
parent
47b0b54cb3
commit
d2ab8f38e3
8 changed files with 234 additions and 199 deletions
|
@ -107,6 +107,7 @@ in {
|
|||
duf
|
||||
eternal-terminal
|
||||
emacs30-pgtk
|
||||
emacs-lsp-booster
|
||||
equibop
|
||||
glow
|
||||
grc
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{...}: {
|
||||
services = {
|
||||
cliphist.enable = true;
|
||||
cliphist.enable = false;
|
||||
udiskie.enable = false;
|
||||
|
||||
swaync = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
style = builtins.fetchurl {
|
||||
url = "https://github.com/catppuccin/swaync/releases/download/v0.2.3/mocha.css";
|
||||
sha256 = "1xr1wkg4zb467b35xhsfqiwhimfnn88i3ml5rf173rkm7fyby9qy";
|
||||
|
|
|
@ -116,7 +116,7 @@ local config = {
|
|||
enable_scroll_bar = false,
|
||||
enable_wayland = true,
|
||||
font_size = 12,
|
||||
font = wezterm.font('Iosevka Comfy Wide Motion'),
|
||||
font = wezterm.font('Iosevka Comfy Motion'),
|
||||
front_end = 'WebGpu',
|
||||
keys = keybinds,
|
||||
underline_position = -4,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue