From ae446268ffaa2c3d1bd2574a02a16f4060569f59 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 26 Feb 2024 21:23:31 +0300 Subject: [PATCH] remove tripple buffering from huanan --- hosts/huanan/configuration.nix | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/hosts/huanan/configuration.nix b/hosts/huanan/configuration.nix index 7951d47..6ac4d8c 100644 --- a/hosts/huanan/configuration.nix +++ b/hosts/huanan/configuration.nix @@ -5,21 +5,6 @@ { inputs, unstable, config, pkgs, ... }: { - nixpkgs.overlays = [ - (final: prev: { - gnome = prev.gnome.overrideScope' (gnomeFinal: gnomePrev: { - mutter = gnomePrev.mutter.overrideAttrs (old: { - src = pkgs.fetchgit { - url = "https://gitlab.gnome.org/vanvugt/mutter.git"; - # GNOME 45: triple-buffering-v4-45 - rev = "0b896518b2028d9c4d6ea44806d093fd33793689"; - sha256 = "sha256-mzNy5GPlB2qkI2KEAErJQzO//uo8yO0kPQUwvGDwR4w="; - }; - }); - }); - }) - ]; - security = { sudo.wheelNeedsPassword = false; wrappers = {