infrastructure/users/kat/dev/default.nix

5 lines
65 B
Nix

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