feat: enable golang
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
bc97de96d4
commit
73a300035b
2 changed files with 7 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
imports = [
|
||||
./alacritty.nix
|
||||
./ghostty.nix
|
||||
./go.nix
|
||||
./irssi.nix
|
||||
#./mail.nix
|
||||
];
|
||||
|
|
|
|||
6
home/lander/features/workstation/go.nix
Normal file
6
home/lander/features/workstation/go.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.go = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue