mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
keymapp: re-add missing desktop entry
This commit is contained in:
parent
8207ad0d50
commit
f0b3f7f50a
1 changed files with 13 additions and 11 deletions
|
@ -48,7 +48,8 @@ stdenv.mkDerivation {
|
|||
gappsWrapperArgs+=(--set-default '__NV_PRIME_RENDER_OFFLOAD' 1)
|
||||
'';
|
||||
|
||||
desktopItem = makeDesktopItem {
|
||||
desktopItems = [
|
||||
(makeDesktopItem {
|
||||
name = "keymapp";
|
||||
icon = "keymapp";
|
||||
desktopName = "Keymapp";
|
||||
|
@ -58,5 +59,6 @@ stdenv.mkDerivation {
|
|||
];
|
||||
type = "Application";
|
||||
exec = "keymapp";
|
||||
};
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue