From 790f20292f9c1cfc618f723dca82d22d217b5959 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Mon, 25 Mar 2024 14:54:47 -0400 Subject: [PATCH] hyprland: fixed lightdm using dark papirus theme --- modules/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hyprland.nix b/modules/hyprland.nix index 316b24b7..12a6261f 100644 --- a/modules/hyprland.nix +++ b/modules/hyprland.nix @@ -16,7 +16,7 @@ variant = "latte"; tweaks = [ "normal" ]; }; - iconTheme.name = "Papirus-Dark"; + iconTheme.name = "Papirus-Light"; iconTheme.package = pkgs.catppuccin-papirus-folders.override { flavor = "latte"; accent = "green";