users/foo-dogsquared: install additional browsers

This commit is contained in:
Gabriel Arazas 2023-09-04 14:14:15 +08:00
parent 09b67d6af4
commit 1a769a7639
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -2,6 +2,11 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
{ {
home.packages = with pkgs; [
google-chrome-dev
nyxt
];
programs.brave = { programs.brave = {
enable = true; enable = true;
commandLineArgs = [ commandLineArgs = [