Add streamcontroller again
All checks were successful
Run nix flake check / flake-check (push) Successful in 4m11s
Periodic flake update / flake-update (push) Successful in 2m13s

This commit is contained in:
2025-08-04 23:56:43 +02:00
parent 7075440dda
commit 94d7f6afe9

View File

@@ -152,25 +152,25 @@ in
# streamcontroller service # streamcontroller service
# systemd.user.services = { systemd.user.services = {
# streamcontroller = { streamcontroller = {
# Unit = { Unit = {
# Description = "Streamcontroller service"; Description = "Streamcontroller service";
# PartOf = [ "graphical-session.target" ]; PartOf = [ "graphical-session.target" ];
# After = [ "graphical-session.target" ]; After = [ "graphical-session.target" ];
# Requisite = [ "graphical-session.target" ]; Requisite = [ "graphical-session.target" ];
# }; };
# Service = { Service = {
# ExecStart = "${pkgs.streamcontroller}/bin/streamcontroller -b"; ExecStart = "${pkgs.streamcontroller}/bin/streamcontroller -b";
# Restart = "on-failure"; Restart = "on-failure";
# }; };
# Install = { Install = {
# WantedBy = [ "graphical-session.target" ]; WantedBy = [ "graphical-session.target" ];
# }; };
# }; };
# }; };
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;