remove weechat, we now access it remotely on our server

This commit is contained in:
♥ Minnie ♥ 2025-05-17 20:43:55 +08:00
parent fc61369b89
commit 4091fd9db7
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
2 changed files with 0 additions and 6 deletions

View file

@ -1,7 +1,6 @@
{pkgs, ...}: {
imports = [
./git.nix
./irc.nix
./mpd.nix
./nvim.nix
./remarkable.nix

View file

@ -1,5 +0,0 @@
{pkgs, ...}: {
home.packages = with pkgs; [
weechat
];
}