From 35272384efdbcd0dbcdba2638a948ea05619555b Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 18 Jan 2025 21:45:38 -0600 Subject: [PATCH] feat: forgejo test --- home/modules/misc/commandLine.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/home/modules/misc/commandLine.nix b/home/modules/misc/commandLine.nix index c4dc785..3666f1e 100755 --- a/home/modules/misc/commandLine.nix +++ b/home/modules/misc/commandLine.nix @@ -1,7 +1,7 @@ -{pkgs, ...}: { +{ pkgs, ... }: +{ home.packages = builtins.attrValues { - inherit - (pkgs) + inherit (pkgs) cifs-utils ffmpeg flac @@ -28,6 +28,7 @@ xdg-utils xdotool zip + nodejs ; }; }