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; };