fish.promptInit → fish.interactiveShellInit 👽
Due to nix-community/home-manager#2231
This commit is contained in:
parent
238366d8e0
commit
3e7dbe6174
1 changed files with 1 additions and 1 deletions
|
|
@ -19,5 +19,5 @@ let
|
|||
in {
|
||||
programs.fish.promptInit = promptInit;
|
||||
|
||||
stylix.homeModule = { programs.fish.promptInit = promptInit; };
|
||||
stylix.homeModule = { programs.fish.interactiveShellInit = promptInit; };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue