mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-11-25 09:18:49 +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;
|
tracker.enable = false;
|
||||||
};
|
};
|
||||||
blueman.enable = true;
|
blueman.enable = true;
|
||||||
|
fwupd.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
system.stateVersion = "23.05";
|
system.stateVersion = "23.05";
|
||||||
|
|
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue