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:
parent
62bc519d4f
commit
9dca6c9c6c
3 changed files with 130 additions and 0 deletions
10
users/tazjin/home/khamovnik.nix
Normal file
10
users/tazjin/home/khamovnik.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Home manage configuration for zamalek.
|
||||
|
||||
{ depot, pkgs, ... }: # readTree
|
||||
{ config, lib, ... }: # home-manager
|
||||
|
||||
{
|
||||
imports = [
|
||||
depot.users.tazjin.home.shared
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue