nixos-config/modules/system/apps.shell/default.nix
2024-08-13 19:56:30 +02:00

10 lines
116 B
Nix

{ pkgs, ... }:
{
environment.systemPackages =
(with pkgs; [
git
nil
yaml-language-server
]);
}