1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

alacritty: fix eval error

This commit is contained in:
r-vdp 2025-10-09 20:02:28 +02:00 committed by Austin Horstman
parent 6564ee29d0
commit 5d61767c8d

View file

@ -77,7 +77,7 @@ in
inherit (config.programs.alacritty) theme; inherit (config.programs.alacritty) theme;
in in
lib.concatStringsSep "\n" [ lib.concatStringsSep "\n" [
prevAttrs.postInstall (prevAttrs.postInstall or "")
(lib.optionalString (theme != null) (lib.optionalString (theme != null)
# bash # bash
'' ''