all repos — nixfiles @ 10bf0a9c691a7d85ddd63de18def9865612e410e

System and user configuration, managed by nix and home-manager

set shell integration explicitly

Alan Pearce
commit

10bf0a9c691a7d85ddd63de18def9865612e410e

parent

0c5475091ffe03d0b5dd1623d6a5873ada5cd652

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M user/settings/fish.nixuser/settings/fish.nix
@@ -2,6 +2,7 @@ { pkgs
, lib , ... }: { + home.shell.enableFishIntegration = true; programs.fish = { enable = true; plugins =