about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2024-03-25 14:46:51 +0100
committerAlyssa Ross <hi@alyssa.is>2024-03-25 14:46:51 +0100
commitbcdb7898cd8dc405364a7c8e14243bb89ca9f007 (patch)
treed44e264d6df130848803b1216d24ebe70ecf0736
parentdb8b15f3d20b728f5fc86930647e4252e9ff394f (diff)
downloadnixlib-bcdb7898cd8dc405364a7c8e14243bb89ca9f007.tar
nixlib-bcdb7898cd8dc405364a7c8e14243bb89ca9f007.tar.gz
nixlib-bcdb7898cd8dc405364a7c8e14243bb89ca9f007.tar.bz2
nixlib-bcdb7898cd8dc405364a7c8e14243bb89ca9f007.tar.lz
nixlib-bcdb7898cd8dc405364a7c8e14243bb89ca9f007.tar.xz
nixlib-bcdb7898cd8dc405364a7c8e14243bb89ca9f007.tar.zst
nixlib-bcdb7898cd8dc405364a7c8e14243bb89ca9f007.zip
modules/windowing: install gimp
-rw-r--r--modules/workstation/windowing/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/workstation/windowing/default.nix b/modules/workstation/windowing/default.nix
index f7ff2b8a4272..4f8e0d7880d3 100644
--- a/modules/workstation/windowing/default.nix
+++ b/modules/workstation/windowing/default.nix
@@ -6,7 +6,7 @@
   ];
 
   environment.systemPackages = with pkgs; [
-    breeze-icons gnome3.adwaita-icon-theme gnome3.gnome-mines
+    breeze-icons gimp gnome3.adwaita-icon-theme gnome3.gnome-mines
     gnome-podcasts hicolor-icon-theme imv libreoffice okular pinball
     playerctl wf-recorder
   ];