Files
nix-config/hosts/common/optional/secure-boot.nix

5 lines
72 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [ sbctl ];
}