gnome tweaks
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user