about summary refs log tree commit diff
path: root/modules/shell/direnv/default.nix
blob: 951d79870b49e3f59fcc1a7a0cad26eefe5f4cf4 (plain) (blame)
1
2
3
4
5
6
7
{ pkgs, ... }:

{
  environment.systemPackages = with pkgs; [ direnv ];

  home.qyliss.dirs."state/direnv" = {};
}