Disable streamcontroller due to breakage
Some checks failed
Run nix flake check / flake-check (push) Failing after 45s
Some checks failed
Run nix flake check / flake-check (push) Failing after 45s
This commit is contained in:
@@ -151,25 +151,26 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
# streamcontroller service
|
# streamcontroller service
|
||||||
systemd.user.services = {
|
|
||||||
streamcontroller = {
|
|
||||||
Unit = {
|
|
||||||
Description = "Streamcontroller service";
|
|
||||||
PartOf = [ "graphical-session.target" ];
|
|
||||||
After = [ "graphical-session.target" ];
|
|
||||||
Requisite = [ "graphical-session.target" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
Service = {
|
# systemd.user.services = {
|
||||||
ExecStart = "${pkgs.streamcontroller}/bin/streamcontroller -b";
|
# streamcontroller = {
|
||||||
Restart = "on-failure";
|
# Unit = {
|
||||||
};
|
# Description = "Streamcontroller service";
|
||||||
|
# PartOf = [ "graphical-session.target" ];
|
||||||
|
# After = [ "graphical-session.target" ];
|
||||||
|
# Requisite = [ "graphical-session.target" ];
|
||||||
|
# };
|
||||||
|
|
||||||
Install = {
|
# Service = {
|
||||||
WantedBy = [ "graphical-session.target" ];
|
# ExecStart = "${pkgs.streamcontroller}/bin/streamcontroller -b";
|
||||||
};
|
# Restart = "on-failure";
|
||||||
};
|
# };
|
||||||
};
|
|
||||||
|
# Install = {
|
||||||
|
# WantedBy = [ "graphical-session.target" ];
|
||||||
|
# };
|
||||||
|
# };
|
||||||
|
# };
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Reference in New Issue
Block a user