diff --git a/configuration.nix b/configuration.nix index e7d588a..1f97483 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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]; diff --git a/user.nix b/user.nix index ace7a9d..cce7e3d 100644 --- a/user.nix +++ b/user.nix @@ -65,6 +65,8 @@ dbeaver # dev + ## nix + any-nix-shell ## js nodejs nodePackages.prettier