changed wallpaper

This commit is contained in:
Danilo Reyes 2024-12-04 12:33:48 -06:00
parent 2038c673e9
commit 49904b36fa

View File

@ -31,7 +31,7 @@ _self: super: {
handbrake = super.handbrake.override { useGtk = true; };
discord-ptb = super.discord.override { withVencord = true; };
ripgrep = super.ripgrep.override { withPCRE2 = true; };
papirus-icon-theme = super.papirus-icon-theme.override { color = "red"; };
papirus-icon-theme = super.papirus-icon-theme.override { color = "yellow"; };
blender = super.blender.override { cudaSupport = true; };
inherit (pkgs-chrome) chromium;
}