porcorosso: add direnv and lorri
This commit is contained in:
parent
d9cc0c9de1
commit
7473787ecb
1 changed files with 4 additions and 0 deletions
|
@ -169,6 +169,7 @@ in {
|
|||
})
|
||||
chromium
|
||||
depot.nix.pkgs.copybara
|
||||
direnv
|
||||
efibootmgr
|
||||
git
|
||||
graphicsmagick-imagemagick-compat
|
||||
|
@ -183,6 +184,9 @@ in {
|
|||
];
|
||||
};
|
||||
|
||||
# github.com/target/lorri
|
||||
services.lorri.enable = true;
|
||||
|
||||
# Things to persist.
|
||||
services.openssh.hostKeys = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue