nix-conf/system/modules/programming.nix
2024-03-26 23:45:56 +04:00

7 lines
77 B
Nix

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