diff options
author | tv <tv@krebsco.de> | 2023-01-11 17:23:21 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2023-01-11 17:23:48 +0100 |
commit | b4d668c8ae361ff7749e12c1eb1b7de10ee02272 (patch) | |
tree | 5a840a7db16c74106cba8afc15c8fb72dc555573 /tv | |
parent | 3fc086ec4223589875840d6df26423c0a9340cf1 (diff) |
tv alacritty: add fzmenu profile
Diffstat (limited to 'tv')
-rw-r--r-- | tv/5pkgs/simple/alacritty-tv.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tv/5pkgs/simple/alacritty-tv.nix b/tv/5pkgs/simple/alacritty-tv.nix index bca779d..447926c 100644 --- a/tv/5pkgs/simple/alacritty-tv.nix +++ b/tv/5pkgs/simple/alacritty-tv.nix @@ -55,6 +55,11 @@ let colors.primary.foreground = "#e0c0c0"; colors.normal.black = "#800000"; }; + configs.fzmenu = lib.recursiveUpdate configs.default { + colors.primary.background = "#2A172A"; + window.dimensions.columns = 70; + window.dimensions.lines = 9; + }; writeProfile = name: config: let config-file = assert lib.types.filename.check name; |