hyprland as systemd service
This commit is contained in:
@@ -231,6 +231,20 @@
|
||||
rofi.enable = true;
|
||||
firefox.enable = true;
|
||||
};
|
||||
|
||||
systemd.user.services.hyprland-autostart = {
|
||||
Unit = {
|
||||
Description = "Autostart Hyprland";
|
||||
};
|
||||
|
||||
Service = {
|
||||
ExecStart = "uwsm start hyprland-uwsm.desktop";
|
||||
};
|
||||
|
||||
Install = {
|
||||
WantedBy = "default.target";
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user