diff options
author | Tim Keller <tjk@tjkeller.xyz> | 2025-05-27 18:43:39 -0500 |
---|---|---|
committer | Tim Keller <tjk@tjkeller.xyz> | 2025-05-27 18:43:39 -0500 |
commit | 28595adedbd8b2def8cc6b6fc012eb115ca9e4f2 (patch) | |
tree | 06ab423b72fce5b8b3c3b8bc91ac72bb5f1a65d2 /modules/root/software/desktop.nix | |
parent | 487f937dcf8cdbf6f1e67a0270d70fab6e09a245 (diff) | |
download | nixos-28595adedbd8b2def8cc6b6fc012eb115ca9e4f2.tar.xz nixos-28595adedbd8b2def8cc6b6fc012eb115ca9e4f2.zip |
update to 25.05
Diffstat (limited to 'modules/root/software/desktop.nix')
-rw-r--r-- | modules/root/software/desktop.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/root/software/desktop.nix b/modules/root/software/desktop.nix index dfddab1..dbcce1e 100644 --- a/modules/root/software/desktop.nix +++ b/modules/root/software/desktop.nix @@ -53,8 +53,8 @@ inkscape ] ++ pkgs.lib.optionals config.software.desktop.office.enable [ # Office + kdePackages.okular libreoffice - okular pdfchain thunderbird ] ++ pkgs.lib.optionals config.software.desktop.utilities.enable [ |