

3·
25 days agoThis command will just run an executable file on nix. Normally only executables which are installed from the package manager will work.
appimage-run
is another option. Which can be used to run, you guessed it, appimages
This command will just run an executable file on nix. Normally only executables which are installed from the package manager will work.
appimage-run
is another option. Which can be used to run, you guessed it, appimages
Using a language server like nixd also helps a lot with auto completing packages and options in your config.
Apparently people are also working on the nickel configuration language to address some of the nix limitations and difficulties.
notify-send 'command finished!'
works pretty well
I haven’t had any issues thus far. But I have not used a lot of appimages. Usually I can find everything in nixpkgs, and those that I didn’t all worked with appimages.