diff --git a/modules/common/services/desktop.nix b/modules/common/services/desktop.nix index 4f56fd4ac9..e2f8e12115 100644 --- a/modules/common/services/desktop.nix +++ b/modules/common/services/desktop.nix @@ -180,6 +180,13 @@ in path = "${pkgs.givc-cli}/bin/givc-cli ${cliArgs} reboot"; icon = "${pkgs.icon-pack}/system-reboot.svg"; } + + { + name = "Gnome Text Editor"; + description = "Text Editor and Note-Taking Application"; + path = "${pkgs.gnome-text-editor}/bin/gnome-text-editor"; + icon = "${pkgs.icon-pack}/org.gnome.TextEditor.svg"; + } ] ++ optionals config.ghaf.reference.programs.windows-launcher.enable [ { diff --git a/packages/icon-pack/default.nix b/packages/icon-pack/default.nix index 180883717e..67b40d2f07 100644 --- a/packages/icon-pack/default.nix +++ b/packages/icon-pack/default.nix @@ -19,6 +19,7 @@ let "firefox.svg" "microsoft-365.svg" "ms-outlook.svg" + "org.gnome.TextEditor.svg" "preferences-system-network.svg" "slack.svg" "system-lock-screen.svg"