about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2021-06-09 10:58:37 +0100
committerdevhell <devhell@mailfresser.de>2021-06-09 10:58:37 +0100
commitb18dc278228d9318217a6b55962f0ce4eeed80fd (patch)
tree9f70b0ac6ed1bd9c0c2d1e9934d174b046421815 /machines/profpatsch
parentf489dc81750953df8b7f89fab4a920ba54947a73 (diff)
treewide: Fix eval errors post 21.05 release
A few things have changed since the recent NixOS 21.05 release. Mostly
naming stuff, so nothing dramatic.
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";
       };
     };