modularized user apps + corrected networking option that was specific to puter
This commit is contained in:
17
modules/userapps/internet.nix
Normal file
17
modules/userapps/internet.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.neovim = {defaultEditor = true;};
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Chatting
|
||||
signal-desktop
|
||||
element-desktop
|
||||
# web browsers
|
||||
ungoogled-chromium
|
||||
tor-browser-bundle-bin
|
||||
librewolf
|
||||
transmission_4-gtk
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user