1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(moto): tmux, hledger

This commit is contained in:
2023-07-24 06:29:51 +00:00
parent 33b8201371
commit d51c120bc8
3 changed files with 39 additions and 48 deletions

View File

@@ -113,6 +113,11 @@
system = "aarch64-linux";
overlays = [nix-on-droid.overlays.default];
};
extraSpecialArgs = {
niveumPackages = inputs.self.packages.aarch64-linux;
niveumLib = inputs.self.lib;
inherit inputs;
};
home-manager-path = home-manager.outPath;
};
};