Skip to content

Commit

Permalink
Add xarchiver app to business-vm
Browse files Browse the repository at this point in the history
Signed-off-by: Berk Arslan <[email protected]>
  • Loading branch information
Nerox9 authored and brianmcgillion committed Oct 16, 2024
1 parent 90d403b commit 6474f07
Show file tree
Hide file tree
Showing 3 changed files with 13 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 @@ -106,6 +106,13 @@ in
path = "${pkgs.givc-cli}/bin/givc-cli ${cliArgs} start --vm business-vm gnome-text-editor";
icon = "${pkgs.icon-pack}/org.gnome.TextEditor.svg";
}
{
name = "Xarchiver";
description = "File Compressor";
vm = "Business";
path = "${pkgs.givc-cli}/bin/givc-cli ${cliArgs} start --vm business-vm xarchiver";
icon = "${pkgs.icon-pack}/xarchiver.svg";
}

{
name = "GALA";
Expand Down
5 changes: 5 additions & 0 deletions modules/reference/appvms/business.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ in
pkgs.losslesscut-bin
pkgs.openconnect
pkgs.gnome-text-editor
pkgs.xarchiver
] ++ lib.optionals config.ghaf.profiles.debug.enable [ pkgs.tcpdump ];

# TODO create a repository of mac addresses to avoid conflicts
Expand Down Expand Up @@ -81,6 +82,10 @@ in
name = "losslesscut";
command = "${config.ghaf.givc.appPrefix}/run-waypipe ${config.ghaf.givc.appPrefix}/losslesscut --enable-features=UseOzonePlatform --ozone-platform=wayland";
}
{
name = "xarchiver";
command = "${config.ghaf.givc.appPrefix}/run-waypipe ${config.ghaf.givc.appPrefix}/xarchiver";
}
];
};

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 @@ -32,6 +32,7 @@ let
"teams-for-linux.svg"
"thorium-browser.svg"
"utilities-terminal.svg"
"xarchiver.svg"
"yast-vpn.svg"
"system-file-manager.svg"
"utilities-tweak-tool.svg"
Expand Down

0 comments on commit 6474f07

Please sign in to comment.