mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-11-25 01:08:50 +01:00
changed chromium for vivaldi and add fwupd to laptop
This commit is contained in:
parent
4fa3bc8abf
commit
119a1ddf1a
2 changed files with 2 additions and 1 deletions
|
@ -47,6 +47,7 @@
|
|||
tracker.enable = false;
|
||||
};
|
||||
blueman.enable = true;
|
||||
fwupd.enable = true;
|
||||
};
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
|
|
|
@ -21,7 +21,7 @@ let
|
|||
];
|
||||
in
|
||||
{
|
||||
programs.chromium = {
|
||||
programs.vivaldi = {
|
||||
enable = true;
|
||||
dictionaries = with pkgs.hunspellDictsChromium; [ en_US de_DE ];
|
||||
commandLineArgs = [
|
||||
|
|
Loading…
Reference in a new issue