chore: refactor

This commit is contained in:
♥ Minnie ♥ 2025-02-26 00:23:03 +08:00
parent 3281960408
commit 9ff256061a
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
12 changed files with 32 additions and 618 deletions

View file

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