11 lines
171 B
Nix
11 lines
171 B
Nix
|
# Home manage configuration for zamalek.
|
||
|
|
||
|
{ depot, pkgs, ... }: # readTree
|
||
|
{ config, lib, ... }: # home-manager
|
||
|
|
||
|
{
|
||
|
imports = [
|
||
|
depot.users.tazjin.home.shared
|
||
|
];
|
||
|
}
|