• 2 Posts
  • 6 Comments
Joined 1 year ago
cake
Cake day: June 25th, 2023

help-circle

  • 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