host/home: remove oterm client

This commit is contained in:
Dmitriy Pleshevskiy 2024-07-26 00:04:30 +03:00
parent afc0b9847c
commit 003ebad5cd
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -36,8 +36,4 @@
enable = true; enable = true;
package = pkgs.unstable.ollama; package = pkgs.unstable.ollama;
}; };
environment.systemPackages = with pkgs.unstable; [
oterm
];
} }