fix: replace chromium with chrome
This commit is contained in:
parent
557ded8286
commit
b475922e36
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||||
# wget
|
# wget
|
||||||
chromium
|
google-chrome
|
||||||
fprintd
|
fprintd
|
||||||
#home-manager
|
#home-manager
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue