mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
pkgs: unpin librewolf
This commit is contained in:
parent
5e2bc50db2
commit
7de608a681
1 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue