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

6 lines
73 B
Nix

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