Install chromium, thunderbird and tor-browser
This commit is contained in:
parent
a6848287b9
commit
5fa9a0498c
5
home/chromium.nix
Normal file
5
home/chromium.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
ungoogled-chromium
|
||||
];
|
||||
}
|
@ -2,6 +2,7 @@ user:
|
||||
{ ... }: {
|
||||
imports = [
|
||||
./bat.nix
|
||||
./chromium.nix
|
||||
./direnv.nix
|
||||
./discord.nix
|
||||
./dunst.nix
|
||||
@ -29,6 +30,8 @@ user:
|
||||
./rust.nix
|
||||
./signal.nix
|
||||
./telegram.nix
|
||||
./thunderbird.nix
|
||||
./tor.nix
|
||||
./tmux.nix
|
||||
./xdg.nix
|
||||
./zathura.nix
|
||||
|
5
home/thunderbird.nix
Normal file
5
home/thunderbird.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
thunderbird
|
||||
];
|
||||
}
|
5
home/tor.nix
Normal file
5
home/tor.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
tor-browser-bundle-bin
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue
Block a user