summaryrefslogtreecommitdiff
path: root/modules/hosts/X230
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-07-02 11:54:24 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-07-02 11:54:24 -0500
commit7faa924a2275676bbd13f221afbcb1c0d41ea388 (patch)
treee9b8d1417eb4e113ac513d28fb75bb1d89db86a4 /modules/hosts/X230
parente493dd45e8e919eda7c1ae31cab2579f1e1d97b6 (diff)
downloadnixos-7faa924a2275676bbd13f221afbcb1c0d41ea388.tar.xz
nixos-7faa924a2275676bbd13f221afbcb1c0d41ea388.zip
use gimp3 instead of gimp pkg and add graphics to X230
Diffstat (limited to 'modules/hosts/X230')
-rw-r--r--modules/hosts/X230/configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/hosts/X230/configuration.nix b/modules/hosts/X230/configuration.nix
index 385b383..9a8e6b4 100644
--- a/modules/hosts/X230/configuration.nix
+++ b/modules/hosts/X230/configuration.nix
@@ -7,6 +7,7 @@
# Enable extra software pkgs
software.desktop = {
crypto.enable = true;
+ graphics.enable = true;
office.enable = true;
};