framework-2023-08-22-11-49-02
This commit is contained in:
13
configs/browser.nix
Normal file
13
configs/browser.nix
Normal file
@ -0,0 +1,13 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
let
|
||||
unstable = import <nixos-unstable> { config.allowUnfree = true; };
|
||||
in
|
||||
{
|
||||
environment.systemPackages = with unstable.pkgs; [
|
||||
brave
|
||||
chromium
|
||||
firefox
|
||||
librewolf
|
||||
tor-browser-bundle-bin
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user