mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-31 04:04:32 +00:00
Update modules/programs/onlyoffice.nix
Co-authored-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
7d9b454224
commit
7d0ed3aa1e
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = [ cfg.package ];
|
||||
home.packages = lib.mkIf (cfg.package != null) [ cfg.package ];
|
||||
|
||||
xdg.configFile."onlyoffice/DesktopEditors.conf".source =
|
||||
pkgs.writeText "DesktopEditors.conf" (getFinalConfig cfg.settings);
|
||||
|
|
Loading…
Add table
Reference in a new issue