gopls: removed from home

This commit is contained in:
Tigor Hutasuhut 2024-08-08 16:01:28 +07:00
parent e85dab9513
commit 54bceec9dd

View file

@ -20,9 +20,6 @@ in
username = user.name;
homeDirectory = "/home/${user.name}";
stateVersion = stateVersion;
packages = with pkgs; [
gopls
];
};
programs.home-manager.enable = true;
systemd.user.sessionVariables = {