SoftMaker Office: Difference between revisions
imported>Yannickloth m Add instructions to install SoftMaker Office 2021 version 1060 |
imported>Yannickloth m Add instructions to install SoftMaker Office 2021 version 1064 |
||
Line 20: | Line 20: | ||
systemPackages = with pkgs; [ | systemPackages = with pkgs; [ | ||
softmaker-office | softmaker-office | ||
]; | |||
}; | |||
</syntaxhighlight> | |||
=== SoftMaker Office 2021; version: 1064 === | |||
<syntaxhighlight lang="nix"> | |||
environment = { | |||
systemPackages = with pkgs; [ | |||
(softmaker-office.override { | |||
officeVersion = { | |||
edition = "2021"; | |||
version = "1064"; | |||
hash = "sha256-UyA/Bl4K9lsvZsDsPPiy31unBnxOG8PVFH/qisQ85NM="; | |||
}; | |||
}) | |||
]; | ]; | ||
}; | }; |