feat: add more packages

This commit is contained in:
Zhongheng Liu 2025-05-29 19:02:22 +03:00
commit 7a072d580c
Signed by: steven
GPG key ID: 805A28B071DAD84B
3 changed files with 22 additions and 22 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ bottles ];
home.packages = with pkgs; [ bottles zeroad ];
}