nixos-config/nixos/configs/workhorse/packages.nix

2 lines
72 B
Nix

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