Skip to content

Commit

Permalink
lib.types.str
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Nov 22, 2024
1 parent 834b36c commit 640ef34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home-manager-modules/users/mightyiam/modules/terminal.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
default = null;
};
withTitle = lib.mkOption {
type = lib.types.functionTo lib.types.string;
type = lib.types.functionTo lib.types.str;
default = null;
};
};
Expand Down

0 comments on commit 640ef34

Please sign in to comment.