diff options
author | Tim Keller <tjkeller.xyz> | 2025-01-06 13:08:05 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-01-06 13:08:05 -0600 |
commit | 9a92c148a04b66a9d5f665dc13ea60a8fbf0dd28 (patch) | |
tree | afa5a0c4ed4ced0cf0ab2d4098c50dd235e61731 /modules/root/software/desktop.nix | |
parent | 1835aa04051f2f0c41017423f2bcba6c549f26b0 (diff) | |
download | nixos-9a92c148a04b66a9d5f665dc13ea60a8fbf0dd28.tar.xz nixos-9a92c148a04b66a9d5f665dc13ea60a8fbf0dd28.zip |
add new host for office pc and automount func config
Diffstat (limited to 'modules/root/software/desktop.nix')
-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 eb0a5ff..4f7aca9 100644 --- a/modules/root/software/desktop.nix +++ b/modules/root/software/desktop.nix @@ -55,6 +55,7 @@ inkscape ] ++ pkgs.lib.optionals config.software.desktop.office.enable [ # Office + libreoffice thunderbird ] ++ pkgs.lib.optionals config.software.desktop.utilities.enable [ # Misc Utilities |