From eabc64290a948aeca298dd3d6d75373e3e914cbd Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 14 Jan 2023 12:57:53 +0100 Subject: update --- hosts/toaster/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'hosts/toaster/default.nix') diff --git a/hosts/toaster/default.nix b/hosts/toaster/default.nix index 1204de2..ae90231 100644 --- a/hosts/toaster/default.nix +++ b/hosts/toaster/default.nix @@ -1,5 +1,6 @@ -{ ... }: { +{ pkgs, ... }: { imports = [ + ./amd.nix ./hardware-configuration.nix ./network-vpns.nix ./network.nix @@ -8,6 +9,9 @@ ]; nixpkgs.config.allowUnfree = true; + environment.systemPackages = with pkgs; [ + yt-dlp + ]; # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; -- cgit v1.3.1