feat(nixos): use Firefox Developer Edition
This commit is contained in:
parent
367cc7600b
commit
ebf27538d6
2 changed files with 6 additions and 1 deletions
system/nixos/nixedo
|
@ -112,7 +112,7 @@ in
|
|||
isNormalUser = true;
|
||||
description = "Oliver Davies";
|
||||
extraGroups = [ "docker" "networkmanager" "wheel" ];
|
||||
packages = with pkgs; [ firefox ];
|
||||
packages = with pkgs; [];
|
||||
};
|
||||
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue