fix: libreoffice-fresh -> libreoffice-stable (deprecated alias)
This commit is contained in:
@@ -11,6 +11,8 @@ in {
|
|||||||
options.desktop.apps.office.enable = mkEnableOption "install office and paperwork apps";
|
options.desktop.apps.office.enable = mkEnableOption "install office and paperwork apps";
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
home.packages = [pkgs.libreoffice-fresh];
|
# libreoffice-fresh warns: upstream changed versioning; -stable is the
|
||||||
|
# supported attr now.
|
||||||
|
home.packages = [pkgs.libreoffice-stable];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user