nix-config/home/echidna.nix

11 lines
161 B
Nix
Raw Normal View History

{ config, pkgs, ... }:
{
programs.direnv = {
enable = true;
nix-direnv.enable = true;
};
imports = [ ./neovim ];
home.stateVersion = "22.11";
}