stylix <3

This commit is contained in:
2024-12-17 14:43:50 -06:00
parent ca8e88697a
commit a7007e5f03
8 changed files with 293 additions and 19 deletions

View File

@@ -37,6 +37,6 @@ _final: prev: {
handbrake = prev.handbrake.override { useGtk = true; };
discord-ptb = prev.discord.override { withVencord = true; };
ripgrep = prev.ripgrep.override { withPCRE2 = true; };
papirus-icon-theme = prev.papirus-icon-theme.override { color = "yellow"; };
papirus-icon-theme = prev.papirus-icon-theme.override { color = "green"; };
blender = prev.blender.override { cudaSupport = true; };
}