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:
parent
6564ee29d0
commit
5d61767c8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
''
|
''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue