change(quickshell): replace quickshell with nixpkgs alternative for the time being
This commit is contained in:
@@ -28,7 +28,7 @@ in
|
||||
WantedBy = [ "default.target" ];
|
||||
};
|
||||
Service = {
|
||||
ExecStart = "${pkg}/bin/quickshell";
|
||||
ExecStart = "${pkgs.quickshell}/bin/quickshell";
|
||||
Restart = "on-failure";
|
||||
RestartSec = "5s";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user