feat(tazjin/nixos): Add system configuration for zamalek
This is my new Huawei MateBook X. Change-Id: I32a8b77dd8f53b3c89bf63f448cd2880f9a457b7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5554 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
5518f620bb
commit
302b754d7a
5 changed files with 84 additions and 0 deletions
10
users/tazjin/home/zamalek.nix
Normal file
10
users/tazjin/home/zamalek.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