From b4c19aecb345bd1a303c817a20b9e31766789a0f Mon Sep 17 00:00:00 2001 From: knockoff <36494048+knoc-off@users.noreply.github.com> Date: Tue, 23 Apr 2024 12:24:03 +0200 Subject: [PATCH] Update pyprland.nix Added suggested changes, to exec the pyprland service from hyprland. --- modules/services/pyprland.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/services/pyprland.nix b/modules/services/pyprland.nix index bdf3c6c8..7499a5ce 100644 --- a/modules/services/pyprland.nix +++ b/modules/services/pyprland.nix @@ -48,7 +48,8 @@ in with lib; { ++ (optional (cfg.settings.scratchpads != { }) "scratchpads"); }; }; - + + wayland.windowManager.hyprland.settings.exec-once = [(getExe cfg.package)]; home.file.".config/hypr/pyprland.toml".source = settingsFormat.generate "pyprland-config.toml" cfg.settings; };