Switch from hyprlauncher to rofi
This commit is contained in:
@@ -2,26 +2,6 @@
|
||||
|
||||
{
|
||||
systemd.user.services = {
|
||||
hyprlauncher = {
|
||||
Unit = {
|
||||
Description = "A launcher for the hypr ecosystem.";
|
||||
After = [
|
||||
"graphical-session.target"
|
||||
"wayland-session@hyprland.desktop.target"
|
||||
];
|
||||
};
|
||||
Service = {
|
||||
ExecStart = "${pkgs.hyprlauncher}/bin/hyprlauncher -d";
|
||||
Restart = "on-failure";
|
||||
Slice = "app-graphical.slice";
|
||||
};
|
||||
Install = {
|
||||
WantedBy = [
|
||||
"graphical-session.target"
|
||||
"wayland-session@hyprland.desktop.target"
|
||||
];
|
||||
};
|
||||
};
|
||||
awww = {
|
||||
Unit = {
|
||||
Description = "An Answer to your Wayland Wallpaper Woes";
|
||||
|
||||
Reference in New Issue
Block a user