nixos-config/home/shell/default.nix

9 lines
80 B
Nix

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