![](https://media.kbin.social/media/4e/d5/4ed532472ba82972c315db454b67358b6a434f46c121d7a5ee8808dc6ee4bdbb.jpg)
![](https://lemmy.ml/pictrs/image/q98XK4sKtw.png)
Cheers. I think I can get that working for pulling up alacritty or wezterm with awesome or leftwm with keybinds ( just changing what’s being executed when using keybinds).
Is there a way to get this running through the applications symlink? I know I could symlink the location from nix-profile to applications using
ln -s /home/$USER/.nix-profile/share/applications/* /home/$USER/.local/share/applications/
But, is there a way to run nixGL from the symlink without running the command through the terminal first?
Credit: Chris Titus Tech for his intro to the nix package manager. That’s where I found the symlink command https://christitus.com/nix-package-manager/
Edit:
I use rofi as my app launcher where I could use drun to execute alacritty or wezterm using nixGL but would really appreciate if I could just select the app from the rofi menu to execute directly without specifying the extra config param each time
Thanks for the recommendation. I was looking through the packages that are available and it looks like some of the packages I use just aren’t available yet (leftwm, wezterm etc). Still looks like a very good alternative to nix if the packages you want are supported