dotfiles/home-manager/programs/go.nix

7 lines
75 B
Nix

{ config, pkgs, lib, ... }:
{
programs.go = {
enable = true;
};
}