update lockfile

This commit is contained in:
xunuwu 2026-01-22 19:40:12 +01:00
parent 8adc4a80c1
commit 4b40e34532
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
18 changed files with 179 additions and 288 deletions

View file

@ -4,7 +4,7 @@
pkgs,
...
}: {
home.packages = [inputs.wayland-appusage.packages.${pkgs.system}.appusage];
home.packages = [inputs.wayland-appusage.packages.${pkgs.stdenv.hostPlatform.system}.appusage];
systemd.user.services.appusage = {
Unit = {
@ -16,7 +16,7 @@
Service = {
Type = "simple";
Restart = "on-failure";
ExecStart = "${inputs.wayland-appusage.packages.${pkgs.system}.appusage-daemon}/bin/appusage-daemon";
ExecStart = "${inputs.wayland-appusage.packages.${pkgs.stdenv.hostPlatform.system}.appusage-daemon}/bin/appusage-daemon";
RestartSec = "5s";
};
};