nixos/common/devel/default.nix

6 lines
47 B
Nix

{config, ... }:
{
imports = [./pkgs.nix];
}