Skip to content

Commit 32c53d8

Browse files
committed
add keywords and categories to nix-generated desktop entry
1 parent dd4e484 commit 32c53d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@
9090
exec = "scope";
9191
icon = "Scope";
9292
terminal = false;
93-
# TODO: keywords
94-
keywords = [];
93+
keywords = ["discord" "chat"];
94+
categories = ["Network" "InstantMessaging"];
9595
startupWMClass = "Scope";
9696
})
9797
];

0 commit comments

Comments
 (0)