Install chromium, thunderbird and tor-browser

This commit is contained in:
Valentin Brandl
2022-02-18 14:41:13 +01:00
parent a6848287b9
commit 5fa9a0498c
4 changed files with 18 additions and 0 deletions

5
home/chromium.nix Normal file
View File

@ -0,0 +1,5 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
ungoogled-chromium
];
}