dotfiles/programs/go.nix

8 lines
75 B
Nix
Raw Normal View History

2023-05-04 01:16:25 +02:00
{ config, pkgs, lib, ... }:
{
programs.go = {
enable = true;
};
}