fix: add back niri and mkColor

This commit is contained in:
zoey 2025-05-28 19:13:43 -04:00
parent 7972325396
commit f128bf7d4d
Signed by: zoey
GPG key ID: 81FB9FECDD6A33E2

View file

@ -16,7 +16,9 @@ with lib.custom; {
config = mkIf (config.wms.niri.enable && !pkgs.stdenv.isDarwin) {
programs.niri = let
actions = config.lib.niri.actions;
niri = "${config.programs.niri.package}/bin/niri";
mkColor = color: {inherit color;};
mkGradient = from: to: {
angle ? 180,
relative-to ? "window",