This commit is contained in:
mjallen18
2025-11-10 09:10:58 -06:00
parent 65bdf1124d
commit 63173a6262
6 changed files with 87 additions and 88 deletions

View File

@@ -31,7 +31,6 @@ in
gnome-calendar
gnome-disk-utility
gnome-firmware
gnome-firmware-updater
gnome-font-viewer
gnome-logs
gnome-photos

View File

@@ -194,7 +194,7 @@ with lib;
};
office = mkOption {
type = types.package;
default = pkgs.onlyoffice-bin_latest;
default = pkgs.onlyoffice-desktopeditors;
description = "Default office suite";
};
video = mkOption {

View File

@@ -29,7 +29,7 @@ with lib;
};
office = mkOption {
type = types.package;
default = pkgs.onlyoffice-bin_latest;
default = pkgs.onlyoffice-desktopeditors;
};
video = mkOption {
type = types.package;