nix/module: link /share path

allows linking the lua stub
This commit is contained in:
Mihai Fufezan
2026-05-13 14:37:47 +03:00
parent b034fa5381
commit 3a8ac9076a
+3
View File
@@ -129,6 +129,9 @@ in
};
}
(lib.mkIf cfg.enable {
# Allows lua stub file to be accessed from /run/current-system/sw/share/hypr
environment.pathsToLink = [ "/share/hypr" ];
environment.etc."xdg/hypr/hyprland.conf" =
let
shouldGenerate = cfg.extraConfig != "" || cfg.settings != { } || cfg.plugins != [ ];