summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
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"; };
};