office: Add office software

This commit is contained in:
PapaTutuWawa 2021-12-12 15:32:38 +01:00
parent 4593f2dd95
commit fcfedb0f8b
2 changed files with 6 additions and 7 deletions

View File

@ -1,15 +1,13 @@
{ pkgs, config, lib, ... }:
{ config, lib, pkgs, ... }:
let
cfg = config.ptw.programs;
cfg = config.ptw.programs.office;
in {
options.ptw.programs.office = {
enable = lib.mkEnableOption "Install Office software";
};
options.ptw.programs.office.enable = lib.mkEnableOption "Install and configure office software";
config = lib.mkIf cfg.enable {
environment.systemPackages = with pkgs; [
libreoffice
libreoffice texlive.combined.scheme-basic
];
};
}

View File

@ -26,6 +26,7 @@ in {
libsForQt5.okular
libsForQt5.kdeconnect-kde
libsForQt5.breeze-gtk
libsForQt5.bismuth
index-fm
#kasts-git
rsibreak