mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-06-11 15:24:36 +02:00
added more programs
This commit is contained in:
parent
325a2c54de
commit
863b1b9a2e
3 changed files with 19 additions and 0 deletions
programs
7
programs/go.nix
Normal file
7
programs/go.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
programs.go = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue