9 lines
92 B
Nix
9 lines
92 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
home = {
|
|
packages = [ pkgs.go ];
|
|
stateVersion = "25.11";
|
|
};
|
|
}
|