From 8b7e6e789730cf571ab4a517df525a15507c482e Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Fri, 30 May 2025 22:12:55 +0200 Subject: [PATCH] add matugen --- flake.lock | 39 ++++++++++++++++++++++++++++++++++++++- flake.nix | 4 ++++ machines/haze/niri.nix | 1 + 3 files changed, 43 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index e7021b0..eed447a 100644 --- a/flake.lock +++ b/flake.lock @@ -227,7 +227,7 @@ }, "flake-utils_2": { "inputs": { - "systems": "systems_4" + "systems": "systems_5" }, "locked": { "lastModified": 1726560853, @@ -360,6 +360,27 @@ "type": "github" } }, + "matugen": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ], + "systems": "systems_4" + }, + "locked": { + "lastModified": 1745334376, + "narHash": "sha256-GZAesQW51EwCEB9w5caxgi87LiAMhVfP6GqZmet9VZc=", + "owner": "InioX", + "repo": "Matugen", + "rev": "4619cca93513470dc2a1833d9a138297cbccaf2e", + "type": "github" + }, + "original": { + "owner": "InioX", + "repo": "Matugen", + "type": "github" + } + }, "nix-darwin": { "inputs": { "nixpkgs": [ @@ -549,6 +570,7 @@ "home-manager": "home-manager_2", "ignis": "ignis", "impermanence": "impermanence", + "matugen": "matugen", "nix-topology": "nix-topology", "nixos-generators": "nixos-generators", "nixos-hardware": "nixos-hardware", @@ -622,6 +644,21 @@ } }, "systems_4": { + "locked": { + "lastModified": 1689347949, + "narHash": "sha256-12tWmuL2zgBgZkdoB6qXZsgJEH9LR3oUgpaQq2RbI80=", + "owner": "nix-systems", + "repo": "default-linux", + "rev": "31732fcf5e8fea42e59c2488ad31a0e651500f68", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default-linux", + "type": "github" + } + }, + "systems_5": { "locked": { "lastModified": 1681028828, "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", diff --git a/flake.nix b/flake.nix index aec3202..8ad87cc 100644 --- a/flake.nix +++ b/flake.nix @@ -154,6 +154,10 @@ url = "github:oddlama/nix-topology"; inputs.nixpkgs.follows = "nixpkgs"; }; + matugen = { + url = "github:InioX/Matugen"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; nixConfig = { diff --git a/machines/haze/niri.nix b/machines/haze/niri.nix index 985d60a..98ffa3e 100644 --- a/machines/haze/niri.nix +++ b/machines/haze/niri.nix @@ -13,6 +13,7 @@ wl-gammarelay-rs xwayland-satellite inputs.ignis.packages.${pkgs.system}.ignis + inputs.matugen.packages.${pkgs.system}.default ]; environment.sessionVariables.NIXOS_OZONE_WL = "1";