feat: forgejo test

This commit is contained in:
Nick 2025-01-18 21:45:38 -06:00
parent e62ce4a04c
commit 35272384ef

View file

@ -1,7 +1,7 @@
{pkgs, ...}: { { pkgs, ... }:
{
home.packages = builtins.attrValues { home.packages = builtins.attrValues {
inherit inherit (pkgs)
(pkgs)
cifs-utils cifs-utils
ffmpeg ffmpeg
flac flac
@ -28,6 +28,7 @@
xdg-utils xdg-utils
xdotool xdotool
zip zip
nodejs
; ;
}; };
} }