Fix enable ungoogled chromium

This commit is contained in:
Eli Ribble 2025-03-06 15:00:34 -07:00
parent 7e7df75a27
commit f185e4f61f
1 changed files with 2 additions and 3 deletions

View File

@ -174,9 +174,8 @@
# Set up Android dev tools # Set up Android dev tools
programs.adb.enable = true; programs.adb.enable = true;
# Integrate Chromium with Plasma
# Install firefox. programs.chromium.enablePlasmaBrowserIntegration = true;
programs.firefox.enable = true;
# Set neovim as the default editor # Set neovim as the default editor
programs.neovim.enable = true; programs.neovim.enable = true;