nix-dotfiles/modules/go.nix
2021-05-13 15:53:09 +02:00

5 lines
42 B
Nix

{
programs.go = {
enable = true;
};
}