about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/shiki.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix
index d24ce77e..9b5508c9 100644
--- a/machines/profpatsch/shiki.nix
+++ b/machines/profpatsch/shiki.nix
@@ -173,9 +173,9 @@ in {
         xorg.xkill        # X11 application kill
       ];
       guiPkgs = [
-        gnome3.adwaita-icon-theme
+        gnome.adwaita-icon-theme
         # TODO: get themes to work. See notes.org.
-        gnome3.gnome_themes_standard
+        gnome.gnome_themes_standard
         pavucontrol
       ];
       programmingTools = [
@@ -404,7 +404,7 @@ in {
         };
       };
       iconTheme = {
-        package = pkgs.gnome3.adwaita-icon-theme;
+        package = pkgs.gnome.adwaita-icon-theme;
         name = "Adwaita";
       };
     };