mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-25 02:03: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
|
inputs.vesktop-bin.overlays.default
|
||||||
|
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
librewolf = stablepkgs.librewolf;
|
|
||||||
hyprland = prev.hyprland.overrideAttrs (oldAttrs: {
|
hyprland = prev.hyprland.overrideAttrs (oldAttrs: {
|
||||||
src = oldAttrs.src;
|
src = oldAttrs.src;
|
||||||
patches =
|
patches =
|
||||||
|
@ -108,7 +107,8 @@
|
||||||
users.users.youwen = {
|
users.users.youwen = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Youwen Wu";
|
description = "Youwen Wu";
|
||||||
extraGroups = ["networkmanager"];
|
# Wheel is required for iwctl as non-root
|
||||||
|
extraGroups = ["wheel"];
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
|
|
Loading…
Reference in a new issue