fix: replace chromium with chrome

This commit is contained in:
EinEtwas 2024-10-13 21:20:03 +02:00
parent 557ded8286
commit b475922e36

View file

@ -66,7 +66,7 @@
environment.systemPackages = with pkgs; [
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget
chromium
google-chrome
fprintd
#home-manager
];