firefox dev

This commit is contained in:
zoe 2023-08-06 11:29:26 +02:00
parent b79f835006
commit c2e7083b9a
2 changed files with 2 additions and 3 deletions

View File

@ -185,8 +185,6 @@
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "22.05"; # Did you read the comment? system.stateVersion = "22.05"; # Did you read the comment?
virtualisation.libvirtd.enable = true;
virtualisation.virtualbox.host.enable = true;
programs.dconf.enable = true; programs.dconf.enable = true;
# vars # vars

View File

@ -20,7 +20,8 @@ in {
]; ];
packages = with pkgs; [ packages = with pkgs; [
# internet # internet
firefox-bin firefox
firefox-devedition
ungoogled-chromium ungoogled-chromium
qutebrowser qutebrowser
curl curl