mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Update flake
This commit is contained in:
@@ -107,6 +107,14 @@
|
||||
};
|
||||
};
|
||||
firefox.enable = true;
|
||||
chromium = {
|
||||
enable = true;
|
||||
extensions = [
|
||||
{ id = "cjpalhdlnbpafiamejdnhcphjbkeiagm"; }
|
||||
{ id = "dhdgffkkebhmkfjojejmpbldmpobfkfo"; }
|
||||
{ id = "mmbiohbmijkiimgcgijfomelgpmdiigb"; }
|
||||
];
|
||||
};
|
||||
git = {
|
||||
enable = true;
|
||||
userName = "thiloho";
|
||||
@@ -122,7 +130,6 @@
|
||||
packages = with pkgs; [
|
||||
zoom-us
|
||||
libreoffice
|
||||
google-chrome
|
||||
airshipper
|
||||
prismlauncher
|
||||
nil
|
||||
|
||||
Reference in New Issue
Block a user