about summary refs log tree commit diff
path: root/users/tazjin/home/arbat.nix
blob: 83daf2012ca052c3a6984c6be940ae05602e24c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Home manage configuration for arbat.

{ depot, pkgs, ... }: # readTree
{ config, lib, ... }: # home-manager

{
  imports = [
    depot.users.tazjin.home.shared
    depot.users.tazjin.home.persistence
  ];
}