formatting

This commit is contained in:
Kristian Krsnik 2024-01-25 13:07:59 +01:00
parent 930f509052
commit 4a770d04c4
Signed by: Kristian
GPG Key ID: FD1330AC9F909E85
1 changed files with 3 additions and 4 deletions

View File

@ -18,14 +18,13 @@
desktopItem = pkgs.makeDesktopItem {
name = "starc";
exec = name;
# icon = name;
desktopName = "Starc";
comment = "Advanced text editor for script writers.";
categories = ["Office" "TextEditor" "Utility"];
icon = pkgs.fetchurl {
url = "https://github.com/story-apps/starc/blob/v${version}/img/starc.png";
sha256 = "sha256-wixqb1cV+WEhgxsl2CeOjrid4P0daHqh0O40h2iPst4=";
};
desktopName = "Starc";
comment = "Advanced text editor for script writers.";
categories = ["Office" "TextEditor" "Utility"];
};
in {
packages.${system} = {