Add DBeaver as lazy app
This commit is contained in:
parent
a822cef7e7
commit
7a7901ab59
1 changed files with 15 additions and 0 deletions
|
|
@ -11,6 +11,21 @@
|
||||||
zed-editor.fhs
|
zed-editor.fhs
|
||||||
|
|
||||||
k6
|
k6
|
||||||
|
|
||||||
|
(pkgs.lazy-app.override {
|
||||||
|
pkg = pkgs.dbeaver-bin;
|
||||||
|
desktopItem = pkgs.makeDesktopItem {
|
||||||
|
name = "DBeaver";
|
||||||
|
exec = "env NO_AT_BRIDGE=1 dbeaver %U";
|
||||||
|
icon = "dbeaver";
|
||||||
|
desktopName = "DBeaver";
|
||||||
|
comment = "SQL Integrated Development Environment";
|
||||||
|
categories = [ "IDE" "Development" ];
|
||||||
|
mimeTypes = [
|
||||||
|
"application/sql"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue