gopls: removed from home
This commit is contained in:
parent
e85dab9513
commit
54bceec9dd
|
@ -20,9 +20,6 @@ in
|
||||||
username = user.name;
|
username = user.name;
|
||||||
homeDirectory = "/home/${user.name}";
|
homeDirectory = "/home/${user.name}";
|
||||||
stateVersion = stateVersion;
|
stateVersion = stateVersion;
|
||||||
packages = with pkgs; [
|
|
||||||
gopls
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
systemd.user.sessionVariables = {
|
systemd.user.sessionVariables = {
|
||||||
|
|
Loading…
Reference in a new issue