office: Add office software
This commit is contained in:
parent
4593f2dd95
commit
fcfedb0f8b
@ -1,15 +1,13 @@
|
|||||||
{ pkgs, config, lib, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
cfg = config.ptw.programs;
|
cfg = config.ptw.programs.office;
|
||||||
in {
|
in {
|
||||||
options.ptw.programs.office = {
|
options.ptw.programs.office.enable = lib.mkEnableOption "Install and configure office software";
|
||||||
enable = lib.mkEnableOption "Install Office software";
|
|
||||||
};
|
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
libreoffice
|
libreoffice texlive.combined.scheme-basic
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -26,6 +26,7 @@ in {
|
|||||||
libsForQt5.okular
|
libsForQt5.okular
|
||||||
libsForQt5.kdeconnect-kde
|
libsForQt5.kdeconnect-kde
|
||||||
libsForQt5.breeze-gtk
|
libsForQt5.breeze-gtk
|
||||||
|
libsForQt5.bismuth
|
||||||
index-fm
|
index-fm
|
||||||
#kasts-git
|
#kasts-git
|
||||||
rsibreak
|
rsibreak
|
||||||
|
Loading…
Reference in New Issue
Block a user