mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 01:12:19 +00:00
add go
This commit is contained in:
parent
739477bd47
commit
5599624ecb
2 changed files with 7 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
imports = [
|
||||
./direnv.nix
|
||||
./go.nix
|
||||
./git.nix
|
||||
./fish.nix
|
||||
./tmux.nix
|
||||
|
|
6
nix/home/john/features/cli/go.nix
Normal file
6
nix/home/john/features/cli/go.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, lib, ... }: {
|
||||
programs.go = {
|
||||
enable = true;
|
||||
package = pkgs.go;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue