fix: remove duplicated values with catppuccin-nix

This commit is contained in:
Ryan Yin
2025-08-17 17:23:17 +08:00
parent 99cf8d6ac6
commit 329f03c1e2

View File

@@ -38,10 +38,5 @@
};
gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
iconTheme = {
name = "Papirus-Dark";
package = pkgs.papirus-icon-theme;
};
};
}