formatting
This commit is contained in:
parent
930f509052
commit
4a770d04c4
@ -18,14 +18,13 @@
|
|||||||
desktopItem = pkgs.makeDesktopItem {
|
desktopItem = pkgs.makeDesktopItem {
|
||||||
name = "starc";
|
name = "starc";
|
||||||
exec = name;
|
exec = name;
|
||||||
# icon = name;
|
desktopName = "Starc";
|
||||||
|
comment = "Advanced text editor for script writers.";
|
||||||
|
categories = ["Office" "TextEditor" "Utility"];
|
||||||
icon = pkgs.fetchurl {
|
icon = pkgs.fetchurl {
|
||||||
url = "https://github.com/story-apps/starc/blob/v${version}/img/starc.png";
|
url = "https://github.com/story-apps/starc/blob/v${version}/img/starc.png";
|
||||||
sha256 = "sha256-wixqb1cV+WEhgxsl2CeOjrid4P0daHqh0O40h2iPst4=";
|
sha256 = "sha256-wixqb1cV+WEhgxsl2CeOjrid4P0daHqh0O40h2iPst4=";
|
||||||
};
|
};
|
||||||
desktopName = "Starc";
|
|
||||||
comment = "Advanced text editor for script writers.";
|
|
||||||
categories = ["Office" "TextEditor" "Utility"];
|
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
packages.${system} = {
|
packages.${system} = {
|
||||||
|
Loading…
Reference in New Issue
Block a user