mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[General]: Update configuration to NixOS 23.05 beta
This commit is contained in:
parent
786727693f
commit
e7f7c9a669
9 changed files with 46 additions and 27 deletions
|
|
@ -40,7 +40,7 @@ in {
|
|||
package' = mkOption {
|
||||
internal = true;
|
||||
description = "Which base (unwrapped) LibreOffice package to use";
|
||||
default = if cfg.qt then pkgs.libreoffice-qt.libreoffice else pkgs.libreoffice-unwrapped;
|
||||
default = if cfg.qt then pkgs.libreoffice-qt.unwrapped else pkgs.libreoffice.unwrapped;
|
||||
type = myLib.types.package';
|
||||
};
|
||||
};
|
||||
|
|
@ -57,7 +57,7 @@ in {
|
|||
}))
|
||||
;
|
||||
in pkgs.libreoffice.override {
|
||||
libreoffice = applyOverrides overridesList cfg.package';
|
||||
unwrapped = applyOverrides overridesList cfg.package';
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue