nixos-config/home/shell/default.nix

9 lines
80 B
Nix
Raw Normal View History

2020-03-13 19:41:55 +01:00
{ config, pkgs, ... }:
{
imports = [
./shell.nix
./direnv.nix
];
}