From 707d4bd605cf073c0b198a737514e4bd6e651aac Mon Sep 17 00:00:00 2001 From: zoe Date: Sat, 26 Nov 2022 14:35:40 +0100 Subject: [PATCH] use fish as nix shell --- configuration.nix | 5 +++++ user.nix | 2 ++ 2 files changed, 7 insertions(+) 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