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
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:
@@ -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;
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
lithic/
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user