mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/foot: use cfg.package instead of hardcoding pkgs.foot
This commit is contained in:
parent
30c3ae54e1
commit
7124376669
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ in
|
|||
|
||||
programs = {
|
||||
foot.settings.main.include = lib.optionals (cfg.theme != null) [
|
||||
"${pkgs.foot.themes}/share/foot/themes/${cfg.theme}"
|
||||
"${cfg.package.themes}/share/foot/themes/${cfg.theme}"
|
||||
];
|
||||
# https://codeberg.org/dnkl/foot/wiki#user-content-shell-integration
|
||||
bash.interactiveShellInit = lib.mkIf cfg.enableBashIntegration ". ${./bashrc} # enable shell integration for foot terminal";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue