diff options
| author | Tim Keller <tjkeller.xyz> | 2025-04-28 17:13:40 -0500 |
|---|---|---|
| committer | Tim Keller <tjkeller.xyz> | 2025-04-28 17:13:40 -0500 |
| commit | f59d51611cbe61ff492bd836cea29a7aa33a294c (patch) | |
| tree | 457e657195b0721e249773e13636a649243f66e1 | |
| parent | af451b718355378c4f26a484890bc3ecd6ddefdb (diff) | |
| download | nixos-f59d51611cbe61ff492bd836cea29a7aa33a294c.tar.xz nixos-f59d51611cbe61ff492bd836cea29a7aa33a294c.zip | |
add okular to office software
| -rw-r--r-- | modules/root/software/desktop.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/root/software/desktop.nix b/modules/root/software/desktop.nix index b194029..dfddab1 100644 --- a/modules/root/software/desktop.nix +++ b/modules/root/software/desktop.nix @@ -54,6 +54,7 @@ ] ++ pkgs.lib.optionals config.software.desktop.office.enable [ # Office libreoffice + okular pdfchain thunderbird ] ++ pkgs.lib.optionals config.software.desktop.utilities.enable [ |
