From 1388d4fb61006f4e1324cea7b539857a7dd75040 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Tue, 9 Jul 2024 21:08:35 +0200 Subject: [PATCH] pinwheel: Fix `adwaita-icon-theme` --- hosts/pinwheel/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pinwheel/configuration.nix b/hosts/pinwheel/configuration.nix index 1e594c0..0c19cc1 100644 --- a/hosts/pinwheel/configuration.nix +++ b/hosts/pinwheel/configuration.nix @@ -19,7 +19,7 @@ }; environment.systemPackages = with pkgs; [ - gnome.adwaita-icon-theme # needed for things that expect icons to exist; like blueman-manager + adwaita-icon-theme # needed for things that expect icons to exist; like blueman-manager coreutils gnumake bash