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
|
chromium
|
||||||
depot.nix.pkgs.copybara
|
depot.nix.pkgs.copybara
|
||||||
|
direnv
|
||||||
efibootmgr
|
efibootmgr
|
||||||
git
|
git
|
||||||
graphicsmagick-imagemagick-compat
|
graphicsmagick-imagemagick-compat
|
||||||
|
@ -183,6 +184,9 @@ in {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# github.com/target/lorri
|
||||||
|
services.lorri.enable = true;
|
||||||
|
|
||||||
# Things to persist.
|
# Things to persist.
|
||||||
services.openssh.hostKeys = [
|
services.openssh.hostKeys = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue