feat(tazjin/home): add home config for arbat

It needs to load the persistence module.

Change-Id: Ie228ac1ef9af030d7f0a2ef5c8585bfa0903b835
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11771
Autosubmit: tazjin <tazjin@tvl.su>
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2024-06-09 19:58:48 +03:00 committed by clbot
parent 122f0cf1be
commit f1c07d4e17

View file

@ -0,0 +1,11 @@
# Home manage configuration for arbat.
{ depot, pkgs, ... }: # readTree
{ config, lib, ... }: # home-manager
{
imports = [
depot.users.tazjin.home.shared
depot.users.tazjin.home.persistence
];
}