about summary refs log tree commit diff
path: root/pkgs/tools/system/bottom/default.nix
diff options
context:
space:
mode:
authorcolbs255 <colby@dev.com>2024-04-13 19:22:28 -0400
committercolbs255 <colby@dev.com>2024-08-20 22:09:45 -0400
commit7c6344a39ab5d6a4af574eb875db8dbf24c23809 (patch)
tree77fda95719a63952e649e342e2b539994ccaf825 /pkgs/tools/system/bottom/default.nix
parentfb3bf1dec8573d3dd17fab205ecb88fddadc53c0 (diff)
bottom: add desktop file
Diffstat (limited to 'pkgs/tools/system/bottom/default.nix')
-rw-r--r--pkgs/tools/system/bottom/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/system/bottom/default.nix b/pkgs/tools/system/bottom/default.nix
index b325d7b66c417..bef7d0e4264f2 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;