feat(mottarone): add packages
This commit is contained in:
parent
55aaa99f27
commit
6ef9c54dc0
2 changed files with 134 additions and 1 deletions
|
@ -1 +1,9 @@
|
|||
{}
|
||||
{lib, pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
chromium
|
||||
gtkterm
|
||||
(pkgs.callPackage ./teams.nix {})
|
||||
];
|
||||
|
||||
services.resolved.dnsovertls = lib.mkForce "false";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue