This commit is contained in:
Kat Inskip 2023-11-05 18:59:14 -08:00
parent 84ec8cbec6
commit 0822d1162d
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
8 changed files with 84 additions and 46 deletions

View file

@ -118,6 +118,15 @@
url = "github:arcnmx/nixexprs/master";
flake = false;
};
# plasma manager
plasma-manager = {
url = "github:pjones/plasma-manager";
inputs = {
nixpkgs.follows = "nixpkgs";
home-manager.follows = "home-manager";
};
};
# work
artemiscore = {
url = "git+ssh://git@github.com/Glamorous-ai/metaflow-core-plugin.git?ref=develop";
inputs = {