Skip to content

Commit

Permalink
fix(nix): fix home-manager module
Browse files Browse the repository at this point in the history
  • Loading branch information
akshettrj committed Nov 24, 2024
1 parent 2af3d72 commit 24e6b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/modules/home-manager/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let
in
{
options = {
services.watgbridge = import ../commonOptions.nix { inherit lib package; };
services.watgbridge = import ../commonOptions.nix { inherit lib package; forNixos = false; };
};

config = mkIf cfg.enable {
Expand Down

0 comments on commit 24e6b90

Please sign in to comment.