NixOS Options for Launch Prefix and Default Action #993
MartinLoeper
started this conversation in
General
Replies: 1 comment
|
Took me a second to figure out too, if you're still looking for an answer or if anyone else is looking for it, here's how to do it if you're using home-manager's native module: programs.vicinae.settings = {
providers = {
applications.preferences.launchPrefix = "${pkgs.runapp}/bin/runapp"; # Change this to your preferred application launcher
};
}; |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi there, are there nixos options for launch prefix and default action?
All reactions