Initial commit
This commit is contained in:
12
roles/subroles/internet.nix
Normal file
12
roles/subroles/internet.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
firefox
|
||||
chromium
|
||||
|
||||
thunderbird
|
||||
|
||||
riot-desktop
|
||||
tdesktop
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user