summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-01-29 18:18:20 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-01-29 18:18:20 +0530
commitce7bfb60f0f5f4b15eb97d9979a137a74edfbf29 (patch)
treecdeb169b3770199541712d8f5c4730507372fbf8 /home.nix
parente7d5f4f5b1d8f58d99c7b584e3be6dab2955c914 (diff)
update
Diffstat (limited to '')
-rw-r--r--home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index d93de84..cda4cd3 100644
--- a/home.nix
+++ b/home.nix
@@ -117,7 +117,7 @@ in
enable = true;
theme = { name = "adw-gtk3-dark"; package = pkgs.adw-gtk3; };
- iconTheme = { name = "Papirus-Light"; package = pkgs.papirus-icon-theme; };
+ iconTheme = { name = "Papirus-Dark"; package = pkgs.papirus-icon-theme; };
font = { name = "UbuntuMono Nerd Font"; };
};