libreoffice: run stable version so that i can reliably grab it from cache
This commit is contained in:
@@ -3,9 +3,12 @@
|
|||||||
{
|
{
|
||||||
sane.programs.libreoffice = {
|
sane.programs.libreoffice = {
|
||||||
# variants: "still" (stable?), "fresh" (beta?)
|
# variants: "still" (stable?), "fresh" (beta?)
|
||||||
# packageUnwrapped = pkgs.libreoffice-bin;
|
# packageUnwrapped = pkgs.libreoffice-collabora;
|
||||||
# packageUnwrapped = pkgs.libreoffice-still;
|
# packageUnwrapped = pkgs.libreoffice-qt6;
|
||||||
packageUnwrapped = pkgs.libreoffice-fresh;
|
# packageUnwrapped = pkgs.libreoffice-qt6-fresh; # KDE-tuned beta
|
||||||
|
# packageUnwrapped = pkgs.libreoffice-still; # default
|
||||||
|
# packageUnwrapped = pkgs.libreoffice-fresh; # beta; frequently unavailable in cache
|
||||||
|
|
||||||
sandbox.whitelistWayland = true;
|
sandbox.whitelistWayland = true;
|
||||||
sandbox.autodetectCliPaths = "existingFile";
|
sandbox.autodetectCliPaths = "existingFile";
|
||||||
sandbox.extraHomePaths = [
|
sandbox.extraHomePaths = [
|
||||||
|
Reference in New Issue
Block a user