mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 18:19:09 +00:00
users/foo-dogsquared: install additional browsers
This commit is contained in:
parent
09b67d6af4
commit
1a769a7639
@ -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 = [
|
||||||
|
Loading…
Reference in New Issue
Block a user