From 206e170600ea35e2e58800ada0741e4c6825ab5f Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 19 Oct 2023 07:43:16 +0100 Subject: [PATCH] Remove waybar experimental overlay Not needed for hyprland support anymore, will reduce things needing to be rebuilt on an upgrade --- system/hyprland.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/system/hyprland.nix b/system/hyprland.nix index 1c272b51..d3a80e39 100644 --- a/system/hyprland.nix +++ b/system/hyprland.nix @@ -2,13 +2,6 @@ { imports = [ ./desktop.nix ]; - nixpkgs.overlays = [ - (final: prev: { - waybar = prev.waybar.overrideAttrs (oldAttrs: { - mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ]; - }); - }) - ]; environment.systemPackages = with pkgs; [ libsForQt5.polkit-kde-agent xdg-utils