about summary refs log tree commit diff
path: root/modules/user/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 /modules/user/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 'modules/user/profpatsch')
-rw-r--r--modules/user/profpatsch/services/dunst.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/profpatsch/services/dunst.nix b/modules/user/profpatsch/services/dunst.nix
index 53758f20..55bc315b 100644
--- a/modules/user/profpatsch/services/dunst.nix
+++ b/modules/user/profpatsch/services/dunst.nix
@@ -26,7 +26,7 @@ let
     options = {
       package = lib.mkOption {
         type = lib.types.package;
-        example = lib.literalExample "pkgs.gnome3.adwaita-icon-theme";
+        example = lib.literalExample "pkgs.gnome.adwaita-icon-theme";
         description = "Package providing the theme.";
       };