fix: fix systemd unit

This commit is contained in:
2026-06-12 16:18:26 -04:00
parent 87ecb55fd8
commit 4614859248
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ local M = {}
local function start_swaync()
if settings["systemd"] then
local unit = "swaync.service"
local source = CONFIG_HOME .. "hypr/systemd/" .. unit
local source = HYPR .. "/systemd/" .. unit
if systemd.ensure_user_unit(unit, source) then
hl.exec_cmd("systemctl --user start swaync")
+1 -1
View File
@@ -8,7 +8,7 @@ local M = {}
local function start_swayosd()
if settings["systemd"] then
local unit = "swayosd.service"
local source = CONFIG_HOME .. "hypr/systemd/" .. unit
local source = HYPR .. "/systemd/" .. unit
if systemd.ensure_user_unit(unit, source) then
hl.exec_cmd("systemctl --user start swayosd")