about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2022-09-26 16:48:40 +0200
committeraszlig <aszlig@nix.build>2022-09-26 16:48:40 +0200
commita00f8c56928138f265838882f5fc3c8a2481c870 (patch)
tree3703c3b687c2be053d56622ee3add61270ff95d7 /machines
parent6d828f0f6bfa80ee6c1f19fee8d239ec9cfc8e4a (diff)
machines: Fix attribute name for gnome
The gnome3 attribute got renamed a while ago[1] and a recent change[2]
now causes an evaluation error when it's used, so let's rename it to
just "gnome".

[1]: https://github.com/NixOS/nixpkgs/commit/468cb5980b56d348979488a74a9
[2]: https://github.com/NixOS/nixpkgs/commit/d06207386df9a53fe01f8a30130

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'machines')
-rw-r--r--machines/sternenseemann/desktop-sway.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/machines/sternenseemann/desktop-sway.nix b/machines/sternenseemann/desktop-sway.nix
index f2756f60..e38f07d3 100644
--- a/machines/sternenseemann/desktop-sway.nix
+++ b/machines/sternenseemann/desktop-sway.nix
@@ -60,7 +60,7 @@ in
         size = 10;
       };
       extraConfig = ''
-        exec ${pkgs.gnome3.gnome-keyring}/bin/gnome-keyring-daemon --start --components=secrets
+        exec ${pkgs.gnome.gnome-keyring}/bin/gnome-keyring-daemon --start --components=secrets
 
         exec ${pkgs.nextcloud-client}/bin/nextcloud
       '';
@@ -126,7 +126,7 @@ in
       grim slurp screenshot      # screenshots
       mako                       # notifications
       nextcloud-client
-      gnome3.adwaita-icon-theme
+      gnome.adwaita-icon-theme
     ];
 
     programs.fish.shellAliases = {