nixos/modules/sw.nix
2025-06-09 00:04:28 +00:00

7 lines
90 B
Nix

{ config, lib, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
git
];
}