feat(tazjin/nixos): bootstrap khamovnik

New work machine.

Change-Id: I8085460285149e4dae28af9e166048fed93bdb82
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8878
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2023-06-28 11:23:57 +03:00 committed by tazjin
parent 62bc519d4f
commit 9dca6c9c6c
3 changed files with 130 additions and 0 deletions

View file

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