Intro fuzzel theming

This commit is contained in:
Emmet
2023-08-14 19:03:56 -05:00
parent 44df0a5304
commit 910fb82d2c

View File

@@ -1,4 +1,4 @@
{ config, lib, pkgs, browser, term, spawnEditor, fetchFromGitHub, ... }:
{ config, lib, pkgs, browser, term, spawnEditor, ... }:
{
imports = [
@@ -214,4 +214,11 @@
}
}
'';
programs.fuzzel.enable = true;
programs.fuzzel.settings = {
main = {
terminal = "${pkgs.alacritty}/bin/alacritty";
};
colors.background = config.lib.stylix.colors.base00+"e6";
};
}