added more programs

This commit is contained in:
Thilo Billerbeck 2023-05-04 01:16:25 +02:00
parent 325a2c54de
commit 863b1b9a2e
3 changed files with 19 additions and 0 deletions
programs

7
programs/go.nix Normal file
View file

@ -0,0 +1,7 @@
{ config, pkgs, lib, ... }:
{
programs.go = {
enable = true;
};
}