feat(nixos): use Firefox Developer Edition

This commit is contained in:
Oliver Davies 2023-07-18 20:23:55 +01:00
parent 367cc7600b
commit ebf27538d6
2 changed files with 6 additions and 1 deletions
system/nixos/nixedo

View file

@ -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;