gnome tweaks

This commit is contained in:
2024-11-21 21:29:15 -06:00
parent 3d19b8c731
commit 3f212610b8
2 changed files with 2 additions and 12 deletions

View File

@@ -7,11 +7,8 @@ _self: super: {
nsuper.buildInputs
++ builtins.attrValues {
inherit (pkgs.gst_all_1)
gst-libav
gst-plugins-good
gst-plugins-bad
gst-plugins-ugly
gst-plugins-base
;
};
});
@@ -42,7 +39,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 = "green"; };
papirus-icon-theme = super.papirus-icon-theme.override { color = "red"; };
blender = super.blender.override { cudaSupport = true; };
inherit (pkgs-chrome) chromium;
}