From 7b021c5848f87a19630f62d810776470f7aeed51 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Sun, 9 Feb 2025 01:49:22 -0600 Subject: [PATCH] linux: Include Adwaita GTK 3 Not all applications currently leverage GTK 4, and a lack of a dark theme is rather annoying. --- hosts/linux/shared.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/linux/shared.nix b/hosts/linux/shared.nix index ed8af77..d0f4ace 100644 --- a/hosts/linux/shared.nix +++ b/hosts/linux/shared.nix @@ -92,6 +92,9 @@ # Common utilities across most Linux installs. environment.systemPackages = with pkgs; [ + # Since not all applications are currently GTK 4, + # we need to manually add the Adwaita GTK 3 dark mode theme. + adw-gtk3 firefox htop git