office: Add office software
This commit is contained in:
parent
4593f2dd95
commit
fcfedb0f8b
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
@ -26,6 +26,7 @@ in {
|
||||
libsForQt5.okular
|
||||
libsForQt5.kdeconnect-kde
|
||||
libsForQt5.breeze-gtk
|
||||
libsForQt5.bismuth
|
||||
index-fm
|
||||
#kasts-git
|
||||
rsibreak
|
||||
|
Loading…
Reference in New Issue
Block a user