feat(aarch64-darwin): add rialo
This commit is contained in:
parent
acf6c32df8
commit
e95b2ddc9e
1 changed files with 53 additions and 0 deletions
53
systems/aarch64-darwin/rialo/default.nix
Normal file
53
systems/aarch64-darwin/rialo/default.nix
Normal file
|
@ -0,0 +1,53 @@
|
||||||
|
{ lib, pkgs, ... }:
|
||||||
|
|
||||||
|
with lib.metacfg;
|
||||||
|
{
|
||||||
|
homebrew = {
|
||||||
|
enable = true;
|
||||||
|
brews = [
|
||||||
|
"libusb"
|
||||||
|
"mas"
|
||||||
|
];
|
||||||
|
masApps = { };
|
||||||
|
onActivation = {
|
||||||
|
cleanup = "zap";
|
||||||
|
autoUpdate = true;
|
||||||
|
upgrade = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
metacfg = {
|
||||||
|
system.homebrew = enabled;
|
||||||
|
suites = {
|
||||||
|
common = enabled;
|
||||||
|
};
|
||||||
|
tools = {
|
||||||
|
direnv.enable = true;
|
||||||
|
alacritty.enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
azure-cli
|
||||||
|
kubectl
|
||||||
|
kubectx
|
||||||
|
k9s
|
||||||
|
attic-client
|
||||||
|
imagemagick
|
||||||
|
gh
|
||||||
|
libvirt
|
||||||
|
dnsmasq
|
||||||
|
virt-manager
|
||||||
|
qemu
|
||||||
|
claude-code
|
||||||
|
nodejs
|
||||||
|
goose-cli
|
||||||
|
aider-chat
|
||||||
|
fabric-ai
|
||||||
|
];
|
||||||
|
|
||||||
|
users.users.harald.shell = pkgs.fish;
|
||||||
|
|
||||||
|
ids.gids.nixbld = 350;
|
||||||
|
system.stateVersion = 4;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue