flake.nix: init matugen

This commit is contained in:
notohh 2023-09-29 19:54:11 -04:00
parent ac44f3610d
commit ca74f10b80
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 25 additions and 0 deletions

View file

@ -309,6 +309,26 @@
"type": "github"
}
},
"matugen": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1695891200,
"narHash": "sha256-E9GbsKXRWRi47oDbO4Yj0Ydkyav923itbT15to+ExkY=",
"owner": "InioX",
"repo": "Matugen",
"rev": "10a8a9069bd2afdb00ba3c6445e01292e25bc890",
"type": "github"
},
"original": {
"owner": "InioX",
"repo": "Matugen",
"type": "github"
}
},
"naersk": {
"inputs": {
"nixpkgs": "nixpkgs"
@ -471,6 +491,7 @@
"home-manager": "home-manager",
"hyprland": "hyprland",
"ironbar": "ironbar",
"matugen": "matugen",
"nh": "nh",
"nix-index-database": "nix-index-database",
"nixpkgs": "nixpkgs_2",

View file

@ -37,6 +37,10 @@
url = "github:viperML/nh";
inputs.nixpkgs.follows = "nixpkgs";
};
matugen = {
url = "github:/InioX/Matugen";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {nixpkgs, ...} @ inputs: let
system = "x86_64-linux";