Regenerated

This commit is contained in:
2026-03-22 08:10:13 +00:00
parent 98d2356e93
commit 46bc5ff418
32 changed files with 1523 additions and 8 deletions
+2 -8
View File
@@ -20,13 +20,7 @@
hyprland.url = "github:hyprwm/Hyprland";
};
outputs =
inputs@{
flake-parts,
nixpkgs,
import-tree,
...
}:
outputs = inputs@{ flake-parts, nixpkgs, import-tree, ... }:
flake-parts.lib.mkFlake { inherit inputs; } {
systems = [ "x86_64-linux" ];
@@ -36,7 +30,7 @@
specialArgs = {
inherit inputs;
flakeRoot = ./.; # <-- this makes the flake root available to all modules
flakeRoot = ./.; # <-- Pass the absolute path of the flake root
};
modules = [