fix eval errors for bin-cache

This commit is contained in:
Luj 2023-05-14 12:49:28 +02:00
parent a8fbd15201
commit c28ef8134b
3 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{ pkgs, lib, config, ... }:
{
luj.hmgr.julien = {
home.stateVersion = "22.11";
luj.programs.neovim.enable = true;
luj.programs.ssh-client.enable = true;
luj.programs.git.enable = true;
};
}