kinda confused on how to use irc server

This commit is contained in:
chloe 2025-01-23 22:08:43 +01:00
parent 5e1fbf2fe3
commit 7e62493d21
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{config, pkgs, ...}:
{
environment.systemPackages = with pkgs; [
archivebox
];
}