Skip to content

Commit 6b67e4f

Browse files
committed
chore: enable ghostty shaders
1 parent 834c455 commit 6b67e4f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

home/apps/media/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
playerctl
2626
pavucontrol
2727
mpv
28-
ffmpeg_6
28+
ffmpeg
2929
zathura
3030
imagemagick
3131
];

home/desktop/ghostty/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
];
6565

6666
# custom-shader = "shaders/aurora.glsl";
67-
# custom-shader = "shaders/cursor_smear.glsl";
67+
custom-shader = "shaders/cursor_smear.glsl";
6868
# custom-shader = "shaders/cursor_blaze.glsl";
6969
# custom-shader = "shaders/cursor_blaze_no_trail.glsl";
7070
# custom-shader = "shaders/cursor_frozen.glsl";

home/desktop/wezterm/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
font = wezterm.font { family = 'MonoLisa', weight = 'Medium', italic = false },
3838
},
3939
},
40-
harfbuzz_features = { 'ss07=1' },
40+
harfbuzz_features = { 'ss02=1', 'ss07=1' },
4141
font_size = 13.0,
4242
hide_tab_bar_if_only_one_tab = true,
4343
webgpu_power_preference = "HighPerformance",

home/system/nix/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
packages = with pkgs; [
1414
nixd
1515
statix
16-
nixfmt-rfc-style
16+
nixfmt
1717
];
1818
};
1919
};

0 commit comments

Comments
 (0)