Add a fix for nix-env apps not appearing in the GNOME launcher
This commit is contained in:
@@ -21,5 +21,9 @@ stow -v -t $HOME home --adopt
|
|||||||
git diff
|
git diff
|
||||||
git reset --hard
|
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
|
# Install font
|
||||||
nix-env -iA nixpkgs.fira-code-nerdfont
|
nix-env -iA nixpkgs.fira-code-nerdfont
|
||||||
|
|||||||
Reference in New Issue
Block a user