Skip to content

Commit

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

Signed-off-by: Berk Arslan <[email protected]>
  • Loading branch information
Nerox9 committed Oct 1, 2024
1 parent ecb4811 commit 387c7f0
Show file tree
Hide file tree
Showing 3 changed files with 10 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 @@ -99,6 +99,13 @@ in
path = "${pkgs.givc-cli}/bin/givc-cli ${cliArgs} start --vm business-vm teams";
icon = "${pkgs.icon-pack}/teams-for-linux.svg";
}
{
name = "Gnome Text Editor";
description = "Text Editor and Note-Taking Application";
vm = "Business";
path = "${pkgs.givc-cli}/bin/givc-cli ${cliArgs} start --vm business-vm gnome-text-editor";
icon = "${pkgs.icon-pack}/org.gnome.TextEditor.svg";
}

{
name = "GALA";
Expand Down
2 changes: 2 additions & 0 deletions modules/reference/appvms/business.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ in
pkgs.globalprotect-openconnect
pkgs.openconnect
pkgs.nftables
pkgs.gnome-text-editor
];
# TODO create a repository of mac addresses to avoid conflicts
macAddress = "02:00:00:03:10:01";
Expand Down Expand Up @@ -83,6 +84,7 @@ in
"office": "${config.ghaf.givc.appPrefix}/run-waypipe ${config.ghaf.givc.appPrefix}/chromium --enable-features=UseOzonePlatform --ozone-platform=wayland --app=https://microsoft365.com ${config.ghaf.givc.idsExtraArgs}",
"teams": "${config.ghaf.givc.appPrefix}/run-waypipe ${config.ghaf.givc.appPrefix}/chromium --enable-features=UseOzonePlatform --ozone-platform=wayland --app=https://teams.microsoft.com ${config.ghaf.givc.idsExtraArgs}",
"gpclient": "${config.ghaf.givc.appPrefix}/run-waypipe ${config.ghaf.givc.appPrefix}/gpclient -platform wayland"
"gnome-text-editor": "${config.ghaf.givc.appPrefix}/run-waypipe ${config.ghaf.givc.appPrefix}/gnome-text-editor"
}'';
};

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 387c7f0

Please sign in to comment.