nixos-config/modules/system/apps-shell/default.nix

10 lines
124 B
Nix
Raw Permalink Normal View History

2024-09-06 11:01:55 +02:00
{ pkgs, agenix, ... }:
2024-08-10 20:30:24 +02:00
{
environment.systemPackages =
(with pkgs; [
git
nil
yaml-language-server
]);
}