diff --git a/home/hyprland/hyprland_gunter.nix b/home/hyprland/hyprland_gunter.nix index 2c1cbb8..64cd57e 100644 --- a/home/hyprland/hyprland_gunter.nix +++ b/home/hyprland/hyprland_gunter.nix @@ -152,25 +152,25 @@ in # streamcontroller service - # systemd.user.services = { - # streamcontroller = { - # Unit = { - # Description = "Streamcontroller service"; - # PartOf = [ "graphical-session.target" ]; - # After = [ "graphical-session.target" ]; - # Requisite = [ "graphical-session.target" ]; - # }; + systemd.user.services = { + streamcontroller = { + Unit = { + Description = "Streamcontroller service"; + PartOf = [ "graphical-session.target" ]; + After = [ "graphical-session.target" ]; + Requisite = [ "graphical-session.target" ]; + }; - # Service = { - # ExecStart = "${pkgs.streamcontroller}/bin/streamcontroller -b"; - # Restart = "on-failure"; - # }; + Service = { + ExecStart = "${pkgs.streamcontroller}/bin/streamcontroller -b"; + Restart = "on-failure"; + }; - # Install = { - # WantedBy = [ "graphical-session.target" ]; - # }; - # }; - # }; + Install = { + WantedBy = [ "graphical-session.target" ]; + }; + }; + }; wayland.windowManager.hyprland = { enable = true;