nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

commit 53d69bd43b1ed173ce98b0129515d7ed1172cac9
parent 285b99c7e0ac45cd1bdad13e63c800a87c0906a0
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Mon,  5 Jan 2026 16:02:46 +0000

Additional packages required

Diffstat:
Mcommon/taggart.nix | 10++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/common/taggart.nix b/common/taggart.nix @@ -18,11 +18,17 @@ environment = { HOME = "/home/${username}"; - # PATH = "${pkgs.go}/bin:${pkgs.git}/bin:/run/current-system/sw/bin"; GOPATH = "/home/${username}/go"; }; - path = [ pkgs.go pkgs.git pkgs.gcc ]; + path = with pkgs; [ + ffmpeg + gcc + git + go + yt-dlp + ]; + }; # Open firewall port