fix(matugen): update to version 4.1.0

issue regarding old version as to error change of color
This commit is contained in:
kenji
2026-05-31 12:02:50 -05:00
parent 4c37e35d2c
commit 263133a86a
3 changed files with 55 additions and 10 deletions
+8
View File
@@ -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