mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Flstudio now launches on files from file browser
This commit is contained in:
parent
59b8ffb254
commit
85adc45787
|
@ -74,8 +74,10 @@
|
||||||
(pkgs.makeDesktopItem {
|
(pkgs.makeDesktopItem {
|
||||||
name = "flstudio";
|
name = "flstudio";
|
||||||
desktopName = "FL Studio 64";
|
desktopName = "FL Studio 64";
|
||||||
exec = "flstudio";
|
exec = "flstudio %U";
|
||||||
terminal = false;
|
terminal = false;
|
||||||
|
type = "Application";
|
||||||
|
mimeTypes = ["application/flstudio"];
|
||||||
})
|
})
|
||||||
|
|
||||||
# Media
|
# Media
|
||||||
|
|
Loading…
Reference in a new issue