blob: 14b2c305facb4d2c295996641d6aaf29a27dbc21 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
{ pkgs, ... }:
{
imports = [ ./thorium.nix ];
home.packages = with pkgs; [
tor-browser-bundle-bin
tsutsumi.zen-browser-twilight-bin
epiphany
pywalfox-native
];
}
|