athens/nix/modules/code-server/default.nix

6 lines
79 B
Nix
Raw Normal View History

2022-12-27 10:10:53 -05:00
{ pkgs, ... }:
2021-07-27 19:42:11 -04:00
{
environment.systemPackages = with pkgs; [ code-server ];
}