zenix: plymouth, fixes

This commit is contained in:
tristan 2024-11-02 09:46:12 +00:00
parent 62d9f9ef41
commit 2202ebef0b
7 changed files with 28 additions and 14 deletions

View file

@ -277,5 +277,10 @@ in {
enable = true;
};
programs.waybar.settings.mainBar.modules-left = ["hyprland/workspaces" "hyprland/window"];
programs.waybar = {
settings.mainBar.modules-left = ["hyprland/workspaces" "hyprland/window"];
systemd.target = "hyprland-session.target";
};
systemd.user.services.hypridle.Install.WantedBy = ["hyprland-session.target"];
}