Add streamcontroller again
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user