mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
users/foo-dogsquared: install additional browsers
This commit is contained in:
parent
09b67d6af4
commit
1a769a7639
@ -2,6 +2,11 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
google-chrome-dev
|
||||
nyxt
|
||||
];
|
||||
|
||||
programs.brave = {
|
||||
enable = true;
|
||||
commandLineArgs = [
|
||||
|
Loading…
Reference in New Issue
Block a user