changed chromium for vivaldi and add fwupd to laptop

This commit is contained in:
Thilo Billerbeck 2023-12-12 01:34:45 +01:00
parent 4fa3bc8abf
commit 119a1ddf1a
2 changed files with 2 additions and 1 deletions

View file

@ -47,6 +47,7 @@
tracker.enable = false; tracker.enable = false;
}; };
blueman.enable = true; blueman.enable = true;
fwupd.enable = true;
}; };
system.stateVersion = "23.05"; system.stateVersion = "23.05";

View file

@ -21,7 +21,7 @@ let
]; ];
in in
{ {
programs.chromium = { programs.vivaldi = {
enable = true; enable = true;
dictionaries = with pkgs.hunspellDictsChromium; [ en_US de_DE ]; dictionaries = with pkgs.hunspellDictsChromium; [ en_US de_DE ];
commandLineArgs = [ commandLineArgs = [