disable hyprland for now
This commit is contained in:
parent
dc69c8e6f6
commit
3e61bdcd8b
5 changed files with 14 additions and 14 deletions
|
|
@ -595,8 +595,8 @@
|
|||
|
||||
systemd.user.services.noctalia-shell = {
|
||||
Unit = {
|
||||
After = [ "graphical-session.target" ];
|
||||
PartOf = [ "graphical-session.target" ];
|
||||
After = [ "niri.service" ];
|
||||
PartOf = [ "niri.service" ];
|
||||
Description = "Noctalia Shell - Wayland desktop shell";
|
||||
Documentation = "https://docs.noctalia.dev";
|
||||
X-Restart-Triggers = [
|
||||
|
|
@ -611,6 +611,6 @@
|
|||
Environment = [ "QT_QPA_PLATFORMTHEME=qt6ct" ];
|
||||
};
|
||||
|
||||
Install.WantedBy = [ "graphical-session.target" ];
|
||||
Install.WantedBy = [ "niri.service" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue