all repos — nixfiles @ df3d030e65b6682a39ba426e1a62f6a581fb9ae6

System and user configuration, managed by nix and home-manager

remove tabnine

Alan Pearce
commit

df3d030e65b6682a39ba426e1a62f6a581fb9ae6

parent

6ad10b9f40527a2e7c279734361fc0e13f5ee373

1 file changed, 0 insertions(+), 2 deletions(-)

changed files
M flake.nixflake.nix
@@ -163,7 +163,6 @@ homeConfigurations."alan@marvin" = mkHomeConfiguration {
system = "aarch64-darwin"; modules = [ ./user/hosts/marvin.nix - ./private/tabnine.nix ./private/ssh.nix ]; };
@@ -171,7 +170,6 @@ homeConfigurations."alin@prefect" = mkHomeConfiguration {
system = "x86_64-linux"; modules = [ ./user/hosts/prefect.nix - ./private/tabnine.nix ./private/ssh.nix ]; };