fish.promptInit → fish.interactiveShellInit 👽

Due to nix-community/home-manager#2231
This commit is contained in:
Daniel Thwaites 2021-10-28 11:35:56 +01:00
parent 238366d8e0
commit 3e7dbe6174
No known key found for this signature in database
GPG key ID: D8AFC4BF05670F9D

View file

@ -19,5 +19,5 @@ let
in {
programs.fish.promptInit = promptInit;
stylix.homeModule = { programs.fish.promptInit = promptInit; };
stylix.homeModule = { programs.fish.interactiveShellInit = promptInit; };
}