diff options
author | Tim Keller <tjk@tjkeller.xyz> | 2025-10-19 17:54:40 -0500 |
---|---|---|
committer | Tim Keller <tjk@tjkeller.xyz> | 2025-10-19 17:54:40 -0500 |
commit | 542fdccb0500f3e4a38a8a82c209ae2e3a514d1a (patch) | |
tree | f2496b99e8b66ffc51fc3a67ff1de1772d451c30 /hosts/optiplex/configuration.nix | |
parent | c5999637e1d2f5463184b323d0687e84d8981d39 (diff) | |
download | nixos-542fdccb0500f3e4a38a8a82c209ae2e3a514d1a.tar.xz nixos-542fdccb0500f3e4a38a8a82c209ae2e3a514d1a.zip |
thumbnailers and video programs. sxiv replaced with nsxiv. more image mimetypes added. sent added. get rid of old hostnames for tjkeller.xyzHEADmaster
Diffstat (limited to 'hosts/optiplex/configuration.nix')
-rw-r--r-- | hosts/optiplex/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/optiplex/configuration.nix b/hosts/optiplex/configuration.nix index c6483d1..f3b0f2a 100644 --- a/hosts/optiplex/configuration.nix +++ b/hosts/optiplex/configuration.nix @@ -18,6 +18,7 @@ crypto.enable = true; graphics.enable = true; office.enable = true; + video.enable = true; }; development = { android.enable = true; |