Add development module

This commit is contained in:
2020-05-09 18:45:10 +02:00
parent 289bacda37
commit c5faaa57af
4 changed files with 18 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
{ config, lib, pkgs, ... }:
{
# Improve nix-shell and direnv integration
services.lorri.enable = true;
}