use fish as nix shell

This commit is contained in:
zoe 2022-11-26 14:35:40 +01:00
parent 64787717da
commit 707d4bd605
2 changed files with 7 additions and 0 deletions

View File

@ -32,6 +32,11 @@
};
};
programs.fish.enable = true;
programs.fish.promptInit = ''
any-nix-shell fish --info-right | source
'';
xdg.portal.enable = true;
xdg.portal.extraPortals = [pkgs.xdg-desktop-portal-gtk];

View File

@ -65,6 +65,8 @@
dbeaver
# dev
## nix
any-nix-shell
## js
nodejs
nodePackages.prettier