7 lines
109 B
Nix
7 lines
109 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
# Improve nix-shell and direnv integration
|
|
service.lorri.enable = true;
|
|
}
|