Skip to content

Commit d24c91b

Browse files
committed
feat(fuzzel): style with catppuccin
1 parent 187edc5 commit d24c91b

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

home/default.nix

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ in
165165
catppuccin = {
166166
enable = true;
167167
flavor = "mocha";
168+
169+
glamour.enable = true;
170+
fuzzel.accent = "lavender";
168171
};
169172

170173
programs.home-manager.enable = true;
@@ -249,7 +252,22 @@ in
249252
]);
250253
};
251254

252-
catppuccin.glamour.enable = true;
255+
programs.fuzzel = {
256+
enable = true;
257+
settings = {
258+
main = {
259+
terminal = "${pkgs.alacritty}/bin/alacritty";
260+
layer = "overlay";
261+
};
262+
border = {
263+
width = 2;
264+
};
265+
# TODO: how to overwrite the default config?
266+
colors = {
267+
background = "#1E1E2Eff";
268+
};
269+
};
270+
};
253271

254272
# for fast-syntax-highlighting
255273
programs.man.generateCaches = true;

0 commit comments

Comments
 (0)