fix(matugen): update to version 4.1.0
issue regarding old version as to error change of color
This commit is contained in:
@@ -68,6 +68,13 @@
|
||||
url = "git+https://git.sakamoto.dev/kenji/nix-fonts.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
# TODO: unstable.nixpkgs `matugen` is stuck at v4.0.0
|
||||
# may need to use `git` version first
|
||||
matugen = {
|
||||
url = "github:/InioX/Matugen";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
# ...
|
||||
};
|
||||
};
|
||||
|
||||
outputs = {
|
||||
@@ -93,6 +100,7 @@
|
||||
}
|
||||
// allConfig.hakase;
|
||||
modules = [
|
||||
inputs.matugen.nixosModules.default
|
||||
home-manager.nixosModules.home-manager
|
||||
sops-nix.nixosModules.sops
|
||||
chaotic.nixosModules.default
|
||||
|
||||
Reference in New Issue
Block a user