From 7c6344a39ab5d6a4af574eb875db8dbf24c23809 Mon Sep 17 00:00:00 2001 From: colbs255 Date: Sat, 13 Apr 2024 19:22:28 -0400 Subject: [PATCH] bottom: add desktop file --- pkgs/tools/system/bottom/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/tools/system/bottom/default.nix b/pkgs/tools/system/bottom/default.nix index b325d7b66c41..bef7d0e4264f 100644 --- a/pkgs/tools/system/bottom/default.nix +++ b/pkgs/tools/system/bottom/default.nix @@ -34,6 +34,8 @@ rustPlatform.buildRustPackage rec { installShellCompletion \ target/tmp/bottom/completion/btm.{bash,fish} \ --zsh target/tmp/bottom/completion/_btm + + install -Dm444 desktop/bottom.desktop -t $out/share/applications ''; BTM_GENERATE = true;