Skip to content

Commit

Permalink
nixos/handheld-daemon: add correct ui package to service path
Browse files Browse the repository at this point in the history
  • Loading branch information
toast003 committed Oct 10, 2024
1 parent b70ac1d commit ac8bb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/hardware/handheld-daemon.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ in
restartIfChanged = true;

path = mkIf cfg.ui.enable [
pkgs.handheld-daemon-ui
cfg.ui.package
pkgs.lsof
];

Expand Down

0 comments on commit ac8bb4e

Please sign in to comment.