aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 2b96109..d6836c0 100644
--- a/flake.nix
+++ b/flake.nix
@@ -68,7 +68,7 @@
description = "WebTray Instance for ${name}";
serviceConfig = {
Type = "simple";
- ExecStart = "${self.packages.${pkgs.system}}/bin/webtray ${value.url}${
+ ExecStart = "${self.packages.${pkgs.system}.default}/bin/webtray ${value.url}${
if value.openInWindow then " --open-at-startup" else ""
}";
};