From 4a770d04c4527bcc63c4b6875bbb64e2042cead8 Mon Sep 17 00:00:00 2001 From: Kristian Krsnik Date: Thu, 25 Jan 2024 13:07:59 +0100 Subject: [PATCH] formatting --- flake.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 832b22d..6e64550 100644 --- a/flake.nix +++ b/flake.nix @@ -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} = {