Skip to content

Commit

Permalink
Add gnome-text-editor application in guivm
Browse files Browse the repository at this point in the history
gnome-text-editor is added in launchers with icon

Signed-off-by: Berk Arslan <[email protected]>
  • Loading branch information
Nerox9 committed Sep 27, 2024
1 parent ecb4811 commit 0686d7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/common/services/desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 [
{
Expand Down
1 change: 1 addition & 0 deletions packages/icon-pack/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0686d7c

Please sign in to comment.