From a00f8c56928138f265838882f5fc3c8a2481c870 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 26 Sep 2022 16:48:40 +0200 Subject: 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 --- machines/sternenseemann/desktop-sway.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'machines') 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 = { -- cgit 1.4.1