From b18dc278228d9318217a6b55962f0ce4eeed80fd Mon Sep 17 00:00:00 2001 From: devhell Date: Wed, 9 Jun 2021 10:58:37 +0100 Subject: 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. --- machines/profpatsch/shiki.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'machines/profpatsch/shiki.nix') 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"; }; }; -- cgit 1.4.1