From 7de608a681c8ae5a5256258761266363a83946de Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Wed, 28 Aug 2024 20:13:21 -0700 Subject: [PATCH] pkgs: unpin librewolf --- hosts/callisto/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/callisto/configuration.nix b/hosts/callisto/configuration.nix index e3950c0..2466399 100755 --- a/hosts/callisto/configuration.nix +++ b/hosts/callisto/configuration.nix @@ -43,7 +43,6 @@ inputs.vesktop-bin.overlays.default (final: prev: { - librewolf = stablepkgs.librewolf; hyprland = prev.hyprland.overrideAttrs (oldAttrs: { src = oldAttrs.src; patches = @@ -108,7 +107,8 @@ users.users.youwen = { isNormalUser = true; description = "Youwen Wu"; - extraGroups = ["networkmanager"]; + # Wheel is required for iwctl as non-root + extraGroups = ["wheel"]; }; nix.settings = {