mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 15:15:52 +05:30
Intro fuzzel theming
This commit is contained in:
parent
4e31ec799f
commit
f8551c925f
|
@ -1,4 +1,4 @@
|
||||||
{ config, lib, pkgs, browser, term, spawnEditor, fetchFromGitHub, ... }:
|
{ config, lib, pkgs, browser, term, spawnEditor, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
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";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue