chore: lithic stuff
buildbot/nix-eval Build done.
buildbot/nix-build gitea:greg/nixos#checks.aarch64-darwin Build done.
buildbot/nix-build gitea:greg/nixos#checks.aarch64-linux Build done.
buildbot/nix-build gitea:greg/nixos#checks.x86_64-linux Build done.
buildbot/nix-build Build done.
Update manifest chart versions / update-manifests (push) Has been cancelled
Update flake.lock / update-flake-lock (push) Has been cancelled

This commit is contained in:
Greg Hellings
2026-04-08 08:00:35 -05:00
parent f354c3f353
commit 14c7f34108
9 changed files with 38 additions and 6 deletions
+5
View File
@@ -19,10 +19,15 @@ in
imports = [
top.nixvimunstable.homeModules.nixvim
top.self.modules.homeManagerModule
top.agenix.homeManagerModules.default
./baseline
]
++ lib.optionals (builtins.pathExists ./hosts/${host}) [ ./hosts/${host} ];
age = {
identityPaths = [ "${homeDirectory}/.ssh/id_ed25519" ];
};
home = {
inherit homeDirectory username;
+1
View File
@@ -0,0 +1 @@
lithic/
+6 -4
View File
@@ -4,11 +4,14 @@
...
}:
let
username = "greg";
python = pkgs.python312.withPackages (p: with p; [
ipython
]);
in
{
# Disables hitting local cache
_module.args.cache = lib.mkForce false;
greg = {
development = true;
gui = true;
@@ -23,14 +26,13 @@ in
cargo
direnv
home-manager
python3Packages.ipython
just
nixVersions.stable
pre-commit
pulumi
python
rustc
];
username = username;
homeDirectory = "/Users/${username}";
};
programs = {