This commit is contained in:
insects 2024-08-23 13:48:51 +02:00
parent 2f08749525
commit 20278baff4
4 changed files with 6 additions and 11 deletions

View file

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