attempts to downgrade mesa

This commit is contained in:
Lyes Saadi 2025-03-17 00:05:05 +01:00
parent 3816dd35cd
commit 0350576970
Signed by: lyes
GPG key ID: 55A1D803917CF39A
7 changed files with 47 additions and 18 deletions

View file

@ -45,6 +45,7 @@ in {
gimp
loupe
snapshot
inkscape
# Video
mpv
@ -77,6 +78,8 @@ in {
ryujinx
dolphin-emu
parsec-bin
unstable.suyu
# suyu
# Reading
# calibre
@ -98,6 +101,7 @@ in {
tex
pandoc
unstable.typst
# typst
tinymist
zotero
@ -122,6 +126,7 @@ in {
haskellPackages.Agda
agdaPackages.standard-library
devtoolbox
elan
# Containers & VMs
toolbox
@ -239,6 +244,7 @@ in {
twitter-color-emoji
twemoji-color-font
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
# nerd-fonts.jetbrains-mono
];
fontconfig = {
@ -274,6 +280,18 @@ in {
# "-DDOLPHIN_WC_REVISION=${final.dolphin-emu.commit}"
# ];
# });
# mesa = final.mesa-24-2-4.mesa;
# mesa = prev.mesa.overrideAttrs (super: {
# version = "24.2.4";
# src = pkgs.fetchFromGitLab {
# domain = "gitlab.freedesktop.org";
# owner = "mesa";
# repo = "mesa";
# rev = "mesa-24.2.4";
# hash = "sha256-pgyvgMHImWO+b4vpCCe4+zOI98XCqcG8NRWpIcImGUk=";
# };
# });
})
];
}

View file

@ -64,7 +64,7 @@
# Firefox config
programs.firefox = {
enable = true;
package = pkgs.firefox-beta;
# package = pkgs.firefox-beta;
# Doesn't work ?
# languagePacks = [ "fr" "en-US" ];
};
@ -72,6 +72,7 @@
xdg.portal.enable = true;
# Sound
# services.pulseaudio.enable = false;
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {