Update flakes, fix build errors for Yukari

This commit is contained in:
Kat Inskip 2024-01-06 14:25:13 -08:00
parent cdceb9d13d
commit 202fd41bec
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
15 changed files with 324 additions and 88 deletions

View file

@ -118,6 +118,19 @@
url = "github:arcnmx/nixexprs/master";
flake = false;
};
base16 = {
url = "github:arcnmx/base16.nix/flake";
inputs = {
nixpkgs.follows = "nixpkgs";
};
};
base16-data = {
url = "github:arcnmx/base16.nix/data";
inputs = {
base16.follows = "base16";
nixpkgs.follows = "nixpkgs";
};
};
# plasma manager
plasma-manager = {
url = "github:pjones/plasma-manager";