From 9e8be94e69f4304c35792296b92519230ec82df2 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Wed, 27 Mar 2024 11:04:37 +0000 Subject: [PATCH] Add a fix for nix-env apps not appearing in the GNOME launcher --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index dae5e884..7faa7729 100755 --- a/install.sh +++ b/install.sh @@ -21,5 +21,9 @@ stow -v -t $HOME home --adopt git diff git reset --hard +# Fix to add GUI nix-env apps to the GNOME launcher without having to restart +ln -s "$HOME/.nix-profile/share/applications" "$HOME/.local/share/applications/nix-env" + + # Install font nix-env -iA nixpkgs.fira-code-nerdfont