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 ; }; }