mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-20 08:04:47 +00:00
phase-1
This commit is contained in:
parent
f38c272269
commit
1dc4ed5f1a
20 changed files with 349 additions and 112 deletions
|
|
@ -5,8 +5,20 @@
|
|||
kind = "darwin";
|
||||
system = "aarch64-darwin";
|
||||
hostname = "hari-macbook-pro";
|
||||
homeModule = ../home;
|
||||
homeDirectory = "/Users/${username}";
|
||||
isDarwin = true;
|
||||
isLinux = false;
|
||||
isNixOS = false;
|
||||
features = {
|
||||
rust = true;
|
||||
go = true;
|
||||
node = true;
|
||||
python = true;
|
||||
aws = true;
|
||||
claude = true;
|
||||
docker = true;
|
||||
tex = true;
|
||||
};
|
||||
};
|
||||
|
||||
netty = {
|
||||
|
|
@ -14,8 +26,19 @@
|
|||
kind = "nixos";
|
||||
system = "x86_64-linux";
|
||||
hostname = "netty";
|
||||
homeModule = ../home/netty.nix;
|
||||
standaloneHomeModule = ../hosts/netty;
|
||||
homeDirectory = "/home/${username}";
|
||||
isDarwin = false;
|
||||
isLinux = true;
|
||||
isNixOS = true;
|
||||
features = {
|
||||
rust = true;
|
||||
go = true;
|
||||
node = true;
|
||||
python = true;
|
||||
aws = true;
|
||||
claude = true;
|
||||
docker = false;
|
||||
tex = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue