mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
Update flakes, fix build errors for Yukari
This commit is contained in:
parent
cdceb9d13d
commit
202fd41bec
15 changed files with 324 additions and 88 deletions
13
flake.nix
13
flake.nix
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue